Commit ae2fa7ad authored by lee_mingzhu's avatar lee_mingzhu

去掉没用的参数设置

parent e4861e79
......@@ -216,7 +216,7 @@ public class UserController implements IBaseController {
*/
@RequestMapping("/register")
public JsonResult register(@RequestParam String phoneNo, @RequestParam String password,
@RequestParam(required = false) String verificationCode, @RequestParam(required = false) Long channelId,
@RequestParam String verificationCode, @RequestParam(required = false) Long channelId,
@RequestParam(required = false) Long registerFrom) {
LOGGER.info("用户注册, phoneNo:{}, verificationCode:{}, channelId:{}, registerFrom:{}", phoneNo, verificationCode, channelId, registerFrom);
if (!ValidationUtil.validatePhoneNo(phoneNo)) {
......
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