Authored by 陈峰

解决个人中心二维码无法扫码问题

... ... @@ -9,8 +9,8 @@ exports.getQr = (params) => {
try {
uid = crypto.decrypt(PASSWORD, decodeURIComponent(params.token));
uid = parseInt(uid, 10)
} catch (e) {
console.error(e);
uid = params.token;
}
... ...