Commit bbf4705d by 魏文甫

Merge branch '105' into 'master'

105

See merge request !40
2 parents 1d7828f0 814c0983
......@@ -171,7 +171,7 @@ public class UserController extends BaseController {
//测试用,上线去掉
System.out.println(phone + "999微信注册登录验证码为:" + randomCode);
resultMap.put("data", randomCode);// FIXME: WWF 2020/3/13上线前去掉验证码
resultMap.put("data", "");
resultMap.put("status", "1");
resultMap.put("message", "发送成功~");
} else {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!