Authored by ccbikai(👎🏻🍜)

add _sncp

@@ -231,6 +231,7 @@ const category = (req, res, next) => { @@ -231,6 +231,7 @@ const category = (req, res, next) => {
231 order: '0', 231 order: '0',
232 page: 1, 232 page: 1,
233 limit: 12, 233 limit: 12,
  234 + isApp: params.app_version
234 }, params); 235 }, params);
235 236
236 if (uid) { 237 if (uid) {
@@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
50 "xml2js": "^0.4.17", 50 "xml2js": "^0.4.17",
51 "yoho-express-session": "^2.0.0", 51 "yoho-express-session": "^2.0.0",
52 "yoho-md5": "^2.0.0", 52 "yoho-md5": "^2.0.0",
53 - "yoho-node-lib": "=0.2.11", 53 + "yoho-node-lib": "=0.2.16",
54 "yoho-zookeeper": "^1.0.8" 54 "yoho-zookeeper": "^1.0.8"
55 }, 55 },
56 "devDependencies": { 56 "devDependencies": {