Authored by zhangxiaoru

shop

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