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