Authored by yyq

change risk key

... ... @@ -16,7 +16,7 @@ const _ = require('lodash');
const limiterIpTime = 3600;
const replaceKey = '${refer}';
const replaceKey = '__refer__';
const checkRefer = helpers.urlFormat('/3party/check', {refer: replaceKey});
const forceNoCache = (res) => {
... ...
... ... @@ -57,7 +57,7 @@
"urlencode": "^1.1.0",
"uuid": "^2.0.2",
"yoho-express-session": "^2.0.0",
"yoho-node-lib": "=0.6.18",
"yoho-node-lib": "=0.6.19",
"yoho-zookeeper": "^1.0.10",
"yo-cli": "=1.0.7"
},
... ...