Browse Source

#1494

fix
tags/v1.22.2.2^2
chenyifan01 3 years ago
parent
commit
c9b3549971
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/auth/wechat/bind.go

+ 1
- 1
modules/auth/wechat/bind.go View File

@@ -19,7 +19,7 @@ const (
)

const (
BIND_REPLY_SUCCESS = "扫码成功,您可以使用OpenI启智社区算环境。"
BIND_REPLY_SUCCESS = "扫码成功,您可以使用OpenI启智社区算环境。"
BIND_REPLY_WECHAT_ACCOUNT_USED = "认证失败,您的微信号已绑定其他启智账号"
BIND_REPLY_OPENI_ACCOUNT_USED = "认证失败,您待认证的启智账号已绑定其他微信号"
BIND_REPLY_FAILED_DEFAULT = "微信认证失败"


Loading…
Cancel
Save