Commit 28a8e8be by liwotian

Merge branch 'master' of http://git.dev.2b3.cn/tencent/services

parents bda7c9e1 78fd7c72
......@@ -6,6 +6,7 @@ class PayOriginEnum
const BUYER_MINI_PROGRAM = 1;//买家小程序
const SELLER_MINI_PROGRAM = 2;//卖家小程序
const SELLER_MP = 3;//卖家公众号
const CARD = 4;//储值卡支付
}
\ No newline at end of file
......@@ -27,6 +27,7 @@ interface CommsettingInterface
* @return array
* 返回内容说明:
* ['state'] => 分销佣金规则是否启用,0不启用,1启用
* ['rechargeState'] => 储值卡代理是否启用,0不启用,1启用
* ['rule'] => 分销佣金规则具体设置内容,json格式: {"1":35,"2":14.5}
* ['minWithdraw'] => 最小提现金额,单位分
* ['memo'] => 规则备注说明
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment