接口开发
This commit is contained in:
16
common/const/dicts/member_withdrawal_log_status/dict.go
Normal file
16
common/const/dicts/member_withdrawal_log_status/dict.go
Normal file
@ -0,0 +1,16 @@
|
||||
package memberwithdrawallogstatus
|
||||
|
||||
const (
|
||||
//提现成功
|
||||
SUCCESS = "success"
|
||||
//提现失败
|
||||
FAILED = "failed"
|
||||
//审核中
|
||||
PENDING = "pending"
|
||||
//审核同构
|
||||
APPROVED = "approved"
|
||||
//审核拒绝
|
||||
REJECTED = "rejected"
|
||||
//已取消
|
||||
CANCELED = "cancel"
|
||||
)
|
||||
Reference in New Issue
Block a user