Explorar el Código

moxj_fs update api_ip and account

xiaoyu hace 3 años
padre
commit
cf22a164f6

+ 16 - 6
helper/refill/api/xyz/moxj_fs/account.txt

@@ -1,6 +1,16 @@
-http://150.107.3.58/index.html
-账号密码
-yezi
-123456
-秘钥a287ccee4bb064445b8fb7ca743d1dad
-ID58
+ID 32
+
+秘钥 a78818d925529026a129c95bf2aa0318
+
+账号 密码
+
+yezi   123456yezi
+
+
+下单地址:http://45.200.141.165/api/receiveOrder
+查单地址:http://45.200.141.165/api/queryOrder
+余额地址:http://45.200.141.165/api/quotaQuery
+
+
+下单IP
+45.200.141.165

+ 4 - 4
helper/refill/api/xyz/moxj_fs/config.php

@@ -7,11 +7,11 @@ use mtopcard;
 
 class config
 {
-    const ORDER_URL = 'http://150.107.3.58/api/receiveOrder';
-    const QUERY_URL = 'http://150.107.3.58/api/queryOrder';
+    const ORDER_URL = 'http://45.200.141.165/api/receiveOrder';
+    const QUERY_URL = 'http://45.200.141.165/api/queryOrder';
 
-    const PARTNER_ID = '58';
-    const KEY = 'a287ccee4bb064445b8fb7ca743d1dad';
+    const PARTNER_ID = '32';
+    const KEY = 'a78818d925529026a129c95bf2aa0318';
     const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_moxj_fs.php";
     const operator = [
         mtopcard\ChinaMobileCard => 2,

+ 5 - 6
test/TestRefill.php

@@ -1432,12 +1432,11 @@ class TestRefill extends TestCase
     {
         $params['act'] = 'refill';
         $params['amount'] = '30';
-        $params['cardno'] = '18500972879';
-        $params['mchid'] = '10175';
-        $params['notifyurl'] = 'https://su.emgot.com/union/coco/rechargeNotify';
+        $params['cardno'] = '18111516552';
+        $params['mchid'] = '10179';
+        $params['notifyurl'] = 'http://czapi2.1jinb.net/YeZiHCCallBackOrderServlet';
         $params['op'] = 'add';
-        $params['order_sn'] = '20210706125001412243513';
-        $params['quality'] = 7;
+        $params['order_sn'] = 'JFNOR10835056877';
         $sign = $this->md5_sign($params);
     }
 
@@ -1491,7 +1490,7 @@ class TestRefill extends TestCase
             }
         }
 
-        $body .= "&key=BcuXVAbW3KstGRWh6EdMMoFIfq9XKUW0";
+        $body .= "&key=E63AFB19FA130AC0E35C5BD1C42470A5";
 
         return md5($body);
     }