wfz 3 tahun lalu
induk
melakukan
6d1133153f
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      errors/account.go

+ 1 - 0
errors/account.go

@@ -8,4 +8,5 @@ var (
 	ErrorUserNotExist = codes.Error(401, "用户不存在")
 	ErrorPhotoNotTrue = codes.Error(10001, "手机号格式错误")
 	ErrorCodeNotMate  = codes.Error(10002, "验证码不匹配")
+	ErrorCodeSendFail = codes.Error(10003, "验证码发送失败")
 )