@@ -604,7 +604,7 @@ func (this *UserAccount) PhoneBind() {
}
var (
phoneVerify string
- //err error
+ err error
)
captchaKey := this.GetString("captchaKey") //图形验证码key
if captchaKey != "" {