接口开发
This commit is contained in:
7
common/const/dicts/member_balance_change_source/dict.go
Normal file
7
common/const/dicts/member_balance_change_source/dict.go
Normal file
@ -0,0 +1,7 @@
|
||||
package memberbalancechangesource
|
||||
|
||||
const (
|
||||
CASH_BACK = "cash_back" // 会员返现
|
||||
WITH_DRAW = "whith_draw" // 会员提现
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user