Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ldy
/
payment
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7673908e
authored
Feb 15, 2023
by
丁铜欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微诺付
1 parent
afd6c275
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/Common/WnfConfig.php
src/Common/WnfConfig.php
View file @
7673908
...
...
@@ -7,11 +7,16 @@ use Payment\Utils\ArrayUtil;
class
WnfConfig
extends
ConfigInterface
{
/**
* 客户域名不可用,暂时使用IP,后期域名可用后在替换
*/
// 下单url
const
PAY_URL
=
'http://mall.sdinvoice.com/api/pay'
;
const
PAY_URL
=
'http://124.128.23.122:8081/api/pay'
;
//const PAY_URL = 'http://mall.sdinvoice.com:8081/api/pay';
// 查询url
const
QUERY_URL
=
'http://mall.sdinvoice.com/api/query'
;
const
QUERY_URL
=
'http://124.128.23.122:8081/api/query'
;
//const QUERY_URL = 'http://mall.sdinvoice.com:8081/api/query';
// 指定回调页面
public
$returnUrl
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment