From d5f798242a4c60faee219d5dab59aa91bd926ee6 Mon Sep 17 00:00:00 2001 From: zhanggucheng Date: Tue, 18 Jan 2022 11:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=9B=E7=A5=9E=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Tool/GameResource/ZxjClient.class.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Application/Base/Tool/GameResource/ZxjClient.class.php b/Application/Base/Tool/GameResource/ZxjClient.class.php index f7802098c..81b2db2b8 100644 --- a/Application/Base/Tool/GameResource/ZxjClient.class.php +++ b/Application/Base/Tool/GameResource/ZxjClient.class.php @@ -3,7 +3,7 @@ namespace Base\Tool\GameResource; /** - * 诛仙记-测试资源接口 + * 诛仙记-测试资源接口 诛神记 */ class ZxjClient extends XlqyClient { @@ -15,12 +15,13 @@ class ZxjClient extends XlqyClient // const APP_ID = '1E1724B3359481095'; // IOS // const SIGN_KEY = 'gr51n39msBI71aDh45s9yXvtcaOTef5s'; // IOS + protected $baseUrl = 'http://zzghapi.hnputihd.com'; protected $logTag = 'rebate:ZXJ '; protected $apis = [ - 'send-email' => ['uri' => '/apip/payWM451S00/emRebate', 'method' => 'post'], - 'send-testing' => ['uri' => '/apip/payWM451S00/testingOrder', 'method' => 'post'], - 'send-props' => ['uri' => '/apip/payWM451S00/buyProp', 'method' => 'post'], + 'send-email' => ['uri' => '/apip/payWM127S00/emRebate', 'method' => 'post'], + 'send-testing' => ['uri' => '/apip/payWM127S00/testingOrder', 'method' => 'post'], + 'send-props' => ['uri' => '/apip/payWM127S00/buyProp', 'method' => 'post'], ]; } \ No newline at end of file