接口开发
This commit is contained in:
11
common/status_code/code_11-12.go
Normal file
11
common/status_code/code_11-12.go
Normal file
@ -0,0 +1,11 @@
|
||||
package statuscode
|
||||
|
||||
//============用户模块===============
|
||||
const (
|
||||
InsufficientFunds = 110000 + iota // 提现可用余额不足
|
||||
BelowMinimum // 提现金额低于最低限额
|
||||
NetworkNotExist // 网络不存在
|
||||
NetworkUnAvailable // 网络不可用
|
||||
CanNotCancel // 无法取消
|
||||
RenwalConfigDisabled // 续费配置不可用
|
||||
)
|
||||
Reference in New Issue
Block a user