七月迭代短暂完结,还有很多后端的关键东西没有弄,这是一版赶时间做的东西
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s
This commit is contained in:
@@ -12,6 +12,8 @@ import "fmt"
|
||||
const (
|
||||
AgentWalletTypeMain = "main" // 主钱包
|
||||
AgentWalletTypeCommission = "commission" // 分佣钱包
|
||||
// AgentMainWalletLowBalanceThreshold 表示主钱包低余额提醒阈值,单位为分(100 元)。
|
||||
AgentMainWalletLowBalanceThreshold int64 = 10000
|
||||
)
|
||||
|
||||
// 代理主钱包信用管理权限
|
||||
|
||||
Reference in New Issue
Block a user