feat: subscribe and alipay

This commit is contained in:
zchengo
2022-12-16 20:39:36 +08:00
parent dcb7b3ed63
commit b81dee99dd
8 changed files with 445 additions and 49 deletions
+2
View File
@@ -16,6 +16,8 @@ const (
ErrCodeCompanyIdNotExist = 10007 // 企业编号不存在
ErrCodeEmailFormatInvalid = 10008 // 邮箱格式无效
ErrCodeUserPassResetFailed = 10009 // 用户密码重置失败
ErrCodePayFailed = 20001 // 支付宝支付失败
)
var msg = map[int]string{