Browse Source

Merge branch 'dev_v1.2.19_wh' of BaseService/userCenter into feature/v1.2.19

王浩 1 năm trước cách đây
mục cha
commit
d8f906eea6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      entity/jyUser.go

+ 1 - 1
entity/jyUser.go

@@ -126,7 +126,7 @@ func (rpc *JyUser) AddUserInfo(info *CompletionUserInfo, res *Resp) error {
 			virtual_account_rule := common.InterfaceToStr((*entData)["virtual_account_rule"])
 			if virtual_account_rule != "" && len(virtual_account_rule) > 0 {
 				if regexp.MustCompile(virtual_account_rule).MatchString(info.Phone) {
-					s_password = "123456"
+					s_password = common.GetMd5String("123456")
 				}
 			}
 			data := map[string]interface{}{