Commit 7673908e by 丁铜欣

微诺付

1 parent afd6c275
Showing with 7 additions and 2 deletions
...@@ -7,11 +7,16 @@ use Payment\Utils\ArrayUtil; ...@@ -7,11 +7,16 @@ use Payment\Utils\ArrayUtil;
class WnfConfig extends ConfigInterface class WnfConfig extends ConfigInterface
{ {
/**
* 客户域名不可用,暂时使用IP,后期域名可用后在替换
*/
// 下单url // 下单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 // 查询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; public $returnUrl;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!