Authored by zhangxiaoru

shop

... ... @@ -17,7 +17,7 @@ const shopIndex = (req, res) => {
})
};
} else {
uid = crypto.encryption('', req.query.uid + ''),
uid = crypto.encryption('', req.query.uid + '');
parameter = {
appVersion: true,
uid: uid
... ...