注册API接口报错修复
This commit is contained in:
parent
4f1c9f433e
commit
c0bbca3969
@ -65,7 +65,7 @@ public class RegisterApiController extends BaseController
|
|||||||
public String updatePwd(@RequestParam(required = true) String email, @RequestParam(required = true) String uuid)
|
public String updatePwd(@RequestParam(required = true) String email, @RequestParam(required = true) String uuid)
|
||||||
{
|
{
|
||||||
JSONObject jsonObj = new JSONObject();
|
JSONObject jsonObj = new JSONObject();
|
||||||
emailService.sendVerifyCode(email, uuid);
|
emailService.sendEmailCode(email, uuid, "注册验证码");
|
||||||
jsonObj.put("code", 200);
|
jsonObj.put("code", 200);
|
||||||
jsonObj.put("msg", "success");
|
jsonObj.put("msg", "success");
|
||||||
return jsonObj.toJSONString();
|
return jsonObj.toJSONString();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user