Browse Source

Merge branch 'yb_233_add_validity_period_0829@guomengyuan' into debug

gmy 1 month ago
parent
commit
0b3564221d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      logic/user/user.go

+ 1 - 0
logic/user/user.go

@@ -456,6 +456,7 @@ func PcSendSmsCode(mobile, areaNum string) (err error, errMsg string) {
 	}
 	//发送成功
 	if result {
+		// 验证码存库
 		item := &msg_code.MsgCode{
 			Mobile:          mobile,
 			Code:            msgCode,