Commit 27680dd7 by chenjinjing

no message

parent 2e672d31
...@@ -355,7 +355,7 @@ export const Config = { ...@@ -355,7 +355,7 @@ export const Config = {
subUrl:'/getchangepwdcode', subUrl:'/getchangepwdcode',
notMiddleware:true, notMiddleware:true,
param:[ param:[
{key:"userId", type:"String", desc:"userId", notMustHave:true}, {key:"userId", type:"String", desc:"userId", isNull:true},
{key:"phone", type:"String", desc:"绑定手机号"} {key:"phone", type:"String", desc:"绑定手机号"}
], ],
bindBiz:userBiz.memberChangePwdSendCode bindBiz:userBiz.memberChangePwdSendCode
......
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