Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yaconf
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
yaconf
Commits
f36f01e9
Commit
f36f01e9
authored
Jul 08, 2021
by
guozhiyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.yidian-inc.com/bp/yaconf
parents
4173071e
115491f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
dictionary
dictionary
+0
-1
interface.ini
interface.ini
+12
-0
pay.ini
pay.ini
+5
-0
No files found.
dictionary
deleted
100644 → 0
View file @
4173071e
[trade_type]
interface.ini
View file @
f36f01e9
...
@@ -325,8 +325,14 @@ pay.callback.refund = "http://pay.test.yidian-inc.com/pay/callback/refund"
...
@@ -325,8 +325,14 @@ pay.callback.refund = "http://pay.test.yidian-inc.com/pay/callback/refund"
;钱包
;钱包
wallet.account.transfer
=
"http://wallet.test.yidian-inc.com/wallet/account/transfer"
wallet.account.transfer
=
"http://wallet.test.yidian-inc.com/wallet/account/transfer"
wallet.account.withdraw
=
"http://wallet.test.yidian-inc.com/wallet/account/withdraw"
wallet.account.list
=
"http://wallet.test.yidian-inc.com/wallet/account/list"
wallet.account.list
=
"http://wallet.test.yidian-inc.com/wallet/account/list"
wallet.account.account_info
=
"http://wallet.test.yidian-inc.com/wallet/account/account_info"
wallet.account.account_info
=
"http://wallet.test.yidian-inc.com/wallet/account/account_info"
wallet.account.third_account_bind
=
"http://wallet.test.yidian-inc.com/wallet/account/third_account_bind"
wallet.account.third_account
=
"http://wallet.test.yidian-inc.com/wallet/account/third_account"
wallet.account.withdraw_validate
=
"http://wallet.test.yidian-inc.com/wallet/account/withdraw_validate"
wallet.account.withdraw_detail
=
"http://wallet.test.yidian-inc.com/wallet/account/withdraw_detail"
wallet.account.pingpp_callback
=
"http://wallet.test.yidian-inc.com/wallet/account/pingpp_callback"
;tcc调goods用子项目
;tcc调goods用子项目
...
@@ -518,8 +524,14 @@ pay.callback.refund = "http://pay.dev.yidian-inc.com/pay/callback/refund"
...
@@ -518,8 +524,14 @@ pay.callback.refund = "http://pay.dev.yidian-inc.com/pay/callback/refund"
;钱包
;钱包
wallet.account.transfer
=
"http://wallet.dev.yidian-inc.com/wallet/account/transfer"
wallet.account.transfer
=
"http://wallet.dev.yidian-inc.com/wallet/account/transfer"
wallet.account.withdraw
=
"http://wallet.dev.yidian-inc.com/wallet/account/withdraw"
wallet.account.list
=
"http://wallet.dev.yidian-inc.com/wallet/account/list"
wallet.account.list
=
"http://wallet.dev.yidian-inc.com/wallet/account/list"
wallet.account.account_info
=
"http://wallet.dev.yidian-inc.com/wallet/account/account_info"
wallet.account.account_info
=
"http://wallet.dev.yidian-inc.com/wallet/account/account_info"
wallet.account.third_account_bind
=
"http://wallet.dev.yidian-inc.com/wallet/account/third_account_bind"
wallet.account.third_account
=
"http://wallet.dev.yidian-inc.com/wallet/account/third_account"
wallet.account.withdraw_validate
=
"http://wallet.dev.yidian-inc.com/wallet/account/withdraw_validate"
wallet.account.withdraw_detail
=
"http://wallet.dev.yidian-inc.com/wallet/account/withdraw_detail"
wallet.account.pingpp_callback
=
"http://wallet.dev.yidian-inc.com/wallet/account/pingpp_callback"
;tcc调goods用子项目
;tcc调goods用子项目
goods.tcc.place_an_order_try
=
"http://goods.dev.yidian-inc.com/tcc/tcc/place_an_order_try"
;
goods.tcc.place_an_order_try
=
"http://goods.dev.yidian-inc.com/tcc/tcc/place_an_order_try"
;
...
...
pay.ini
0 → 100644
View file @
f36f01e9
[common]
;支付订单有效时长
pay.expire_time
=
1800;
pay.wechat_rate
=
60;
pay.wechat_account_id
=
10010;
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