Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
28a8e8be
Commit
28a8e8be
authored
Jan 14, 2019
by
liwotian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.dev.2b3.cn/tencent/services
parents
bda7c9e1
78fd7c72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/Order/Enum/PayOriginEnum.php
+2
-0
src/Store/Lib/CommsettingInterface.php
+1
-0
No files found.
src/Order/Enum/PayOriginEnum.php
View file @
28a8e8be
...
...
@@ -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
src/Store/Lib/CommsettingInterface.php
View file @
28a8e8be
...
...
@@ -27,6 +27,7 @@ interface CommsettingInterface
* @return array
* 返回内容说明:
* ['state'] => 分销佣金规则是否启用,0不启用,1启用
* ['rechargeState'] => 储值卡代理是否启用,0不启用,1启用
* ['rule'] => 分销佣金规则具体设置内容,json格式: {"1":35,"2":14.5}
* ['minWithdraw'] => 最小提现金额,单位分
* ['memo'] => 规则备注说明
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment