Authored by Rock Zhang

修改回调地址为灰度环境地址

@@ -14,9 +14,7 @@ abstract class PayAbstract implements PayInterface { @@ -14,9 +14,7 @@ abstract class PayAbstract implements PayInterface {
14 * 14 *
15 * @var 15 * @var
16 */ 16 */
17 - public $baseNoticeUrl = "http://www.yohobuy.com/pay/";  
18 -  
19 -// public $baseNoticeUrl = "http://www.yohobuy.com/pay/"; 17 + public $baseNoticeUrl = "http://gray.yohobuy.com/pay/";
20 18
21 /** 19 /**
22 * 测试的回调地址 20 * 测试的回调地址
@@ -31,7 +31,7 @@ class WxPayConfig @@ -31,7 +31,7 @@ class WxPayConfig
31 const APPSECRET = 'ce21ae4a3f93852279175a167e54509b'; 31 const APPSECRET = 'ce21ae4a3f93852279175a167e54509b';
32 //=======【异步通知url设置】=================================== 32 //=======【异步通知url设置】===================================
33 //异步通知url,商户根据实际开发过程设定 33 //异步通知url,商户根据实际开发过程设定
34 - const NOTIFY_URL = 'http://www.yohobuy.com/pay/notice/wechatqrcodenotify'; 34 + const NOTIFY_URL = 'http://gray.yohobuy.com/pay/notice/wechatqrcodenotify';
35 //=======【证书路径设置】===================================== 35 //=======【证书路径设置】=====================================
36 /** 36 /**
37 * TODO:设置商户证书路径 37 * TODO:设置商户证书路径