Commit d34ba138 by 王栋源

wdy

parent 83538ff9
...@@ -19,7 +19,7 @@ class VCodeCache extends CacheBase { ...@@ -19,7 +19,7 @@ class VCodeCache extends CacheBase {
async buildCacheVal(cachekey, inputkey, val, ex, ...items) { async buildCacheVal(cachekey, inputkey, val, ex, ...items) {
var pobj = val; var pobj = val;
var vcode = await this.smsUtil.getUidStr(6, 10); var vcode = await this.smsUtil.getUidStr(6, 10);
if (!pobj.reqType) { if (!pobj) {
//inputkey采用appkey_mobile的形式 //inputkey采用appkey_mobile的形式
var mobile = inputkey.split("_")[1]; var mobile = inputkey.split("_")[1];
var tmplCode = val; var tmplCode = val;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment