From 96bab312bd7054fd22f35394849be998779cf009 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 2 Feb 2023 21:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/Controller/PromoteController.class.php | 2 +- Application/Home/View/default/Poster/index.html | 4 ++-- Application/Media/View/default/Public/base.html | 4 ++-- Application/Mobile/View/Index/index.html | 4 ++-- Application/Sdk/Conf/config.php | 8 ++++---- Application/Sdk/Controller/AppleController.class.php | 6 +++--- .../Sdk/Controller/Ipa365Controller.class.php | 12 +++++------- Application/Sdk/Controller/PayH5Controller.class.php | 6 +++--- .../Sdk/Controller/WapPayController.class.php | 2 +- Poster/index.html | 4 ++-- ThinkPHP/Library/Org/HeepaySDK/Heepay.class.php | 2 +- ThinkPHP/Library/Org/SqpaySDK/Sqpay.class.php | 2 +- poster.html | 8 ++++---- 13 files changed, 31 insertions(+), 33 deletions(-) diff --git a/Application/Home/Controller/PromoteController.class.php b/Application/Home/Controller/PromoteController.class.php index 789c7ea9..63c9470e 100644 --- a/Application/Home/Controller/PromoteController.class.php +++ b/Application/Home/Controller/PromoteController.class.php @@ -622,7 +622,7 @@ class PromoteController extends BaseController if (empty($user)) { $this->redirect("Home/Index/index"); } - $promoteUrl = "https://m.wmtxkj.com/mobile.php?s=Ssg/login/promote_id/" . $user['pid']; + $promoteUrl = "https://m.chengfeng123.cn/mobile.php?s=Ssg/login/promote_id/" . $user['pid']; $this->assign("promote_url", $promoteUrl); $this->display(); diff --git a/Application/Home/View/default/Poster/index.html b/Application/Home/View/default/Poster/index.html index 457b8ab7..d95bc3e3 100644 --- a/Application/Home/View/default/Poster/index.html +++ b/Application/Home/View/default/Poster/index.html @@ -110,8 +110,8 @@
- 立即下载 - 进入网站 + 立即下载 + 进入网站
diff --git a/Application/Media/View/default/Public/base.html b/Application/Media/View/default/Public/base.html index 37e3cc7b..5c2e6987 100644 --- a/Application/Media/View/default/Public/base.html +++ b/Application/Media/View/default/Public/base.html @@ -213,8 +213,8 @@ 网络文化经营许可证编号:{:C('PC_SET_LICENSE')}
{:C('PC_SET_COPYRIGHT')}
- - + +
diff --git a/Application/Mobile/View/Index/index.html b/Application/Mobile/View/Index/index.html index 4163923f..1e677058 100644 --- a/Application/Mobile/View/Index/index.html +++ b/Application/Mobile/View/Index/index.html @@ -52,8 +52,8 @@

备案号:{:C('PC_SET_FOR_THE_RECORD')}

网络文化经营许可证编号:{:C('PC_SET_LICENSE')}

- - + +
diff --git a/Application/Sdk/Conf/config.php b/Application/Sdk/Conf/config.php index 6ed72831..7a71918c 100644 --- a/Application/Sdk/Conf/config.php +++ b/Application/Sdk/Conf/config.php @@ -116,11 +116,11 @@ $config = array( 'YEEPAY' => 17, // 易宝支付 ), - 'ADMIN_DOMAIN' => 'https://dl.wmtxkj.com/', // 'http://10.0.1.75:8089/',// + 'ADMIN_DOMAIN' => 'https://dl.chengfeng123.cn/', // 'http://10.0.1.75:8089/',// 'WX_PAY_LIMIT' => 3000, - 'PAY_DOMAIN' => 'https://api.wmtxkj.com/', - 'H5_DOMAIN' => 'https://api.wmtxkj.com/', - 'DL_DOMAIN' => 'https://dl.wmtxkj.com/', + 'PAY_DOMAIN' => 'https://api.chengfeng123.cn/', + 'H5_DOMAIN' => 'https://api.chengfeng123.cn/', + 'DL_DOMAIN' => 'https://dl.chengfeng123.cn/', 'JUHE_SMSURL' => 'http://v.juhe.cn/sms/send', ); return $config; diff --git a/Application/Sdk/Controller/AppleController.class.php b/Application/Sdk/Controller/AppleController.class.php index f12c0c17..1e29af72 100644 --- a/Application/Sdk/Controller/AppleController.class.php +++ b/Application/Sdk/Controller/AppleController.class.php @@ -191,7 +191,7 @@ class AppleController extends BaseController{ $data['subject'] = "消费-".$request["pay_order_number"]; $data['notifyurl'] = C('PAY_DOMAIN')."/callback.php/Notify/sq_callback";//通知 $data['returnurl'] = $returl; - $data['mchAppId'] = "wmtxkj.com"; + $data['mchAppId'] = "chengfeng123.cn"; $data['mchAppName'] = "mchAppName"; $data['deviceInfo'] = "AND_WAP"; $data['clientIp'] = get_client_ip(); @@ -626,9 +626,9 @@ class AppleController extends BaseController{ $data['paymenttype'] = "UNION"; $data['MerRemark'] = "mark"; $data['subject'] = "subject"; - $data['notifyurl'] = "http://"."api.wmtxkj.com"."/callback.php/Notify/sq_callback";//通知 + $data['notifyurl'] = "http://"."api.chengfeng123.cn"."/callback.php/Notify/sq_callback";//通知 $data['returnurl'] = $returl; - $data['mchAppId'] = "wmtxkj.com"; + $data['mchAppId'] = "chengfeng123.cn"; $data['mchAppName'] = "mchAppName"; $data['deviceInfo'] = "AND_WAP"; $data['clientIp'] = get_client_ip(); diff --git a/Application/Sdk/Controller/Ipa365Controller.class.php b/Application/Sdk/Controller/Ipa365Controller.class.php index 00780a15..838e287f 100644 --- a/Application/Sdk/Controller/Ipa365Controller.class.php +++ b/Application/Sdk/Controller/Ipa365Controller.class.php @@ -46,7 +46,7 @@ class Ipa365Controller extends BaseController{ $param['title'] = $price; $param['body'] = $price; $param['callback'] = "http://www.baidu.com"; - $param['notifyurl'] = "https://api.wmtxkj.com/callback.php/Notify/sq_callback"; + $param['notifyurl'] = "https://api.chengfeng123.cn/callback.php/Notify/sq_callback"; $ret = $this->alipay($param); redirect($ret['url']); die; @@ -129,7 +129,7 @@ class Ipa365Controller extends BaseController{ $orderId = $payLog['order_id']; }elseif ($payLog && $payLog['pay_status']==1){ $orderId = $payLog['order_id']; - if(stripos($_SERVER['HTTP_HOST'], '.wmtxkj.cn') || $_SERVER['HTTP_HOST']=='127.0.0.1' || stripos($_SERVER['HTTP_HOST'], '.free.idcfengye.com')){ + if(stripos($_SERVER['HTTP_HOST'], '.chengfeng123.cn') || $_SERVER['HTTP_HOST']=='127.0.0.1' || stripos($_SERVER['HTTP_HOST'], '.free.idcfengye.com')){ redirect("http://".$_SERVER['HTTP_HOST']."/sdk.php/Ipa365/install_show/user_id/$userId/game_id/$gameId/order_id/$orderId"); }else{ redirect("https://".$_SERVER['HTTP_HOST']."/sdk.php/Ipa365/install_show/user_id/$userId/game_id/$gameId/order_id/$orderId"); @@ -167,9 +167,7 @@ class Ipa365Controller extends BaseController{ $param['payway'] = 1; $param['title'] = $price; $param['body'] = $price; - //$param['callback'] = "https://m.wmtxkj.com/sdk.php/Ipa365/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}"; - //$param['notifyurl'] = "https://m.wmtxkj.com/callback.php/Notify/notify/apitype/alipay"; - if(stripos($_SERVER['HTTP_HOST'], '.wmtxkj.cn') || $_SERVER['HTTP_HOST']=='127.0.0.1' || stripos($_SERVER['HTTP_HOST'], '.free.idcfengye.com')){ + if(stripos($_SERVER['HTTP_HOST'], '.chengfeng123.cn') || $_SERVER['HTTP_HOST']=='127.0.0.1' || stripos($_SERVER['HTTP_HOST'], '.free.idcfengye.com')){ $param['callback'] = "http://".$_SERVER['HTTP_HOST']."/sdk.php/Ipa365/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}"; $param['notifyurl'] = "http://".$_SERVER['HTTP_HOST']."/callback.php/Notify/notify/apitype/alipay"; }else{ @@ -228,8 +226,8 @@ class Ipa365Controller extends BaseController{ $param['payway'] = 1; $param['title'] = $price; $param['body'] = $price; - //$param['callback'] = "https://m.wmtxkj.com/sdk.php/Ipa365/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}"; - //$param['notifyurl'] = "https://m.wmtxkj.com/callback.php/Notify/notify/apitype/alipay"; + //$param['callback'] = "https://m.dchengfeng123.cn/sdk.php/Ipa365/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}"; + //$param['notifyurl'] = "https://m.dchengfeng123.cn/callback.php/Notify/notify/apitype/alipay"; $param['callback'] = "https://".$_SERVER['HTTP_HOST']."/sdk.php/Ipa365/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}"; $param['notifyurl'] = "https://".$_SERVER['HTTP_HOST']."/callback.php/Notify/notify/apitype/alipay"; diff --git a/Application/Sdk/Controller/PayH5Controller.class.php b/Application/Sdk/Controller/PayH5Controller.class.php index 54bbab65..4e788243 100644 --- a/Application/Sdk/Controller/PayH5Controller.class.php +++ b/Application/Sdk/Controller/PayH5Controller.class.php @@ -128,7 +128,7 @@ class PayH5Controller extends BaseController{ $data['subject'] = "消费-".$request["pay_order_number"]; $data['notifyurl'] = C('PAY_DOMAIN')."/callback.php/Notify/sq_callback";//通知 $data['returnurl'] = $returl; - $data['mchAppId'] = "wmtxkj.com"; + $data['mchAppId'] = "chengfeng123.cn"; $data['mchAppName'] = "mchAppName"; $data['deviceInfo'] = "AND_WAP"; $data['clientIp'] = get_client_ip(); @@ -440,7 +440,7 @@ class PayH5Controller extends BaseController{ $data['subject'] = "消费-".$request["pay_order_number"]; $data['notifyurl'] = C('PAY_DOMAIN')."/callback.php/Notify/sq_callback";//通知 $data['returnurl'] = $returl; - $data['mchAppId'] = "wmtxkj.com"; + $data['mchAppId'] = "chengfeng123.cn"; $data['mchAppName'] = "mchAppName"; $data['deviceInfo'] = "AND_WAP"; $data['clientIp'] = get_client_ip(); @@ -1002,7 +1002,7 @@ class PayH5Controller extends BaseController{ $data['subject'] = "消费-".$request["pay_order_number"]; $data['notifyurl'] = C("PAY_DOMAIN")."/callback.php/Notify/sq_callback";//通知 $data['returnurl'] = $returl; - $data['mchAppId'] = "wmtxkj.com"; + $data['mchAppId'] = "chengfeng123.cn"; $data['mchAppName'] = "mchAppName"; $data['deviceInfo'] = "AND_WAP"; $data['clientIp'] = get_client_ip(); diff --git a/Application/Sdk/Controller/WapPayController.class.php b/Application/Sdk/Controller/WapPayController.class.php index 7cc62f6f..ec7a7894 100644 --- a/Application/Sdk/Controller/WapPayController.class.php +++ b/Application/Sdk/Controller/WapPayController.class.php @@ -147,7 +147,7 @@ class WapPayController extends BaseController{ $data['subject'] = "消费-".$request["pay_order_number"]; $data['notifyurl'] = C('PAY_DOMAIN')."/callback.php/Notify/sq_callback";//通知 $data['returnurl'] = $returl; - $data['mchAppId'] = "wmtxkj.com"; + $data['mchAppId'] = "chengfeng123.cn"; $data['mchAppName'] = "mchAppName"; $data['deviceInfo'] = "AND_WAP"; $data['clientIp'] = get_client_ip(); diff --git a/Poster/index.html b/Poster/index.html index 4212511f..7516eb5a 100644 --- a/Poster/index.html +++ b/Poster/index.html @@ -105,8 +105,8 @@
- 立即下载 - 进入网站 + 立即下载 + 进入网站
diff --git a/ThinkPHP/Library/Org/HeepaySDK/Heepay.class.php b/ThinkPHP/Library/Org/HeepaySDK/Heepay.class.php index 6aba6d45..baf78078 100644 --- a/ThinkPHP/Library/Org/HeepaySDK/Heepay.class.php +++ b/ThinkPHP/Library/Org/HeepaySDK/Heepay.class.php @@ -72,7 +72,7 @@ class Heepay { } else if ($pay['device'] == 'android'){ $meta_option= '{"s":"Android","n":"帝王的纷争(安卓版)","id":"应用在一台设备上的唯一标识在manifest文件里面的声明"}'; } else if ($pay['device'] == 'wap') { - $meta_option = '{"s":"WAP","n":"wmtxkj.com","id":"wmtxkj.com"}'; + $meta_option = '{"s":"WAP","n":"chengfeng123.cn","id":"chengfeng123.cn"}'; } $meta_option = urlencode(base64_encode(iconv("UTF-8", "gb2312//IGNORE", $meta_option))); diff --git a/ThinkPHP/Library/Org/SqpaySDK/Sqpay.class.php b/ThinkPHP/Library/Org/SqpaySDK/Sqpay.class.php index c0de6121..26b3c1e1 100644 --- a/ThinkPHP/Library/Org/SqpaySDK/Sqpay.class.php +++ b/ThinkPHP/Library/Org/SqpaySDK/Sqpay.class.php @@ -174,7 +174,7 @@ class Sqpay $data['merNo'] = 168885; $data['secret'] = 12345678; */ - $notifyurl = "http://".'api.wmtxkj.com'."/callback.php/Notify/sq_callback";//通知 + $notifyurl = "http://".'api.chengfeng123.cn'."/callback.php/Notify/sq_callback";//通知 $data['NotifyURL'] = $data['NotifyURL'] ? $data['NotifyURL'] : $notifyurl; $bankInfo = $this->getbankinfo($data['cardNo']); $data['cardType'] = $bankInfo['cardType'] == 'CC' ? 2: 1; diff --git a/poster.html b/poster.html index 83d4311c..ab1e957a 100644 --- a/poster.html +++ b/poster.html @@ -116,10 +116,10 @@
- 立即下载 - 进入网站 - - + 立即下载 + 进入网站 + +