Showing
1 changed file
with
1 additions
and
2 deletions
@@ -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 |
-
Please register or login to post a comment