sunty
2019-11-19 d9e01c51a525adf4f2393a95f87604e3b6e79ad2
extend/code/code.go
@@ -19,7 +19,7 @@
   // RequestParamError 请求参数错误
   RequestParamError = &Code{http.StatusBadRequest, false, "请求参数有误"}
   // AccountPassUnmatch 该账号原密码不匹配
   AccountPassUnmatch = &Code{http.StatusBadRequest, false, "该账号原密码不匹配"}
   AccountPassUnmatch = &Code{http.StatusOK, false, "该账号原密码不匹配"}
   // SignupPassUnmatch 注册两次输入密码不匹配
   SignupPassUnmatch = &Code{http.StatusBadRequest, false, "注册两次输入密码不匹配"}
   // AccountNameExist 账号昵称重复,请更换为其他昵称