Commit 8d486425 by 丁铜欣

微诺付切换生产环境域名

1 parent 63c2a925
Showing with 3 additions and 6 deletions
...@@ -11,16 +11,13 @@ class WnfConfig extends ConfigInterface ...@@ -11,16 +11,13 @@ class WnfConfig extends ConfigInterface
* 客户域名不可用,暂时使用IP,后期域名可用后在替换 * 客户域名不可用,暂时使用IP,后期域名可用后在替换
*/ */
// 下单url // 下单url
const PAY_URL = 'http://124.128.23.122:8081/api/pay'; const PAY_URL = 'https://mall.jn-aisino.com/prod-api/api/pay';
//const PAY_URL = 'http://mall.sdinvoice.com/api/pay';
// 查询url // 查询url
const QUERY_URL = 'http://124.128.23.122:8081/api/query'; const QUERY_URL = 'https://mall.jn-aisino.com/prod-api/api/query';
//const QUERY_URL = 'http://mall.sdinvoice.com/api/query';
// 退款url // 退款url
const REFUND_URL = 'http://124.128.23.122:8081/api/refund'; const REFUND_URL = 'https://mall.jn-aisino.com/prod-api/api/refund';
// const REFUND_URL = 'http://mall.sdinvoice.com/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!