Authored by zhangxiaoru

shop

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