Pārlūkot izejas kodu

壹仟高价,调整账号

lowkeyman 11 mēneši atpakaļ
vecāks
revīzija
9eb2a1d735

+ 7 - 2
helper/refill/api/xyz/yiqiandq/API.MD

@@ -1,7 +1,7 @@
 
 ## 壹谦(电渠)
 
-- 商户号:M00631eKXy
+- 商户号:100604
 - 登陆密码 :SJ5iHpH7
 - MD5KEY :hGcGrZQwbBIbtHqy2BSqu8YxiMXuDM9w
 - 接口文档地址: http://118.31.46.58:8080/doc/api.html
@@ -10,4 +10,9 @@
 
 ## 店铺
 - 账号:yiqiandq
-- 密码:yiqiandq67890
+- 密码:yiqiandq67890
+
+2024.5.28 更新
+下单地址:http://120.55.190.198:20000/api/huafei/makeOrder
+查单地址:http://120.55.190.198:20000/api/queryOrder
+余额地址:http://120.55.190.198:20000/api/queryBalance

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

@@ -4,11 +4,11 @@ namespace refill\yiqiandq;
 use mtopcard;
 class config
 {
-    const ORDER_URL = 'http://118.31.46.58:8080/api/huafei/makeOrder';
-    const QUERY_URL = 'http://118.31.46.58:8080/api/queryOrder';
-    const BALANCE_URL = 'http://118.31.46.58:8080/api/queryBalance';
+    const ORDER_URL = 'http://120.55.190.198:20000/api/huafei/makeOrder';
+    const QUERY_URL = 'http://120.55.190.198:20000/api/queryOrder';
+    const BALANCE_URL = 'http://120.55.190.198:20000/api/queryBalance';
 
-    const MCH_ID = 'M00631eKXy';
+    const MCH_ID = '100604';
     const KEY = 'hGcGrZQwbBIbtHqy2BSqu8YxiMXuDM9w';
     const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yiqiandq.php";
     const operator = [

+ 2 - 2
test/TestRefill.php

@@ -5710,8 +5710,8 @@ class TestRefill extends TestCase
     public function testyiqiandq()
     {
         $provider = $this->getProvider('yiqiandq');
-//        $resp = $provider->balance();
-        $resp = $provider->add(18074608795, 6, 10, ['order_sn' => $this->make_sn()]);
+        $resp = $provider->balance();
+//        $resp = $provider->add(18074608795, 6, 10, ['order_sn' => $this->make_sn()]);
     }
 
     public function testyiqiandq_fs()