xiaoyu 3 rokov pred
rodič
commit
035d78f6de

+ 1 - 1
data/config/yl/refill.ini.php

@@ -5414,7 +5414,7 @@ $phone_providers = [
     ['name' => 'cangxin', 'cfg' => $cangxin_phone],
     ['name' => 'cangxin_high', 'cfg' => $cangxin_high_phone],
 //    ['name' => 'jiyemei', 'cfg' => $jiyemei_phone],
-//    ['name' => 'baixuannew_high', 'cfg' => $baixuannew_high_phone],
+    ['name' => 'baixuannew_high', 'cfg' => $baixuannew_high_phone],
     ['name' => 'baixuannew_normal', 'cfg' => $baixuannew_normal_phone],
     ['name' => 'youhenew', 'cfg' => $youhenew_phone],
     ['name' => 'huoshenguo', 'cfg' => $huoshenguo_phone],

+ 2 - 2
helper/refill/api/yl/baixuannew_high/config.php

@@ -11,8 +11,8 @@ class config
     const QUERY_URL= 'http://118.31.38.142:9086/searchpay.do';
     const BALANCE_URL = 'http://118.31.38.142:9086/searchbalance.do';
 
-    const USER_ID= '10002504';
-    const KEY = 'T8JBHZyHGziF2A3AtM5tDesWtb73MRCX';
+    const USER_ID= '10002723';
+    const KEY = 'bT36FC2FFYFyQYmp5MEd2yFSCDjiAfjG';
     const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_baixuannew_high.php";
     const operator = [
         mtopcard\ChinaMobileCard  => 'yd',

+ 4 - 4
helper/refill/api/yl/baixuannew_high/对接文档-yezi.txt

@@ -1,8 +1,8 @@
 登录地址:http://118.31.38.142:7080/
-账号:YZ01
-密码:W3yet5aWmR
-ID:10002504
-秘钥:T8JBHZyHGziF2A3AtM5tDesWtb73MRCX
+账号:bjyl1
+密码:bjyl123
+ID:10002723
+秘钥:bT36FC2FFYFyQYmp5MEd2yFSCDjiAfjG
 下单地址:
 http://118.31.38.142:9086/onlinepay.do
 余额查询:

+ 6 - 0
test/TestRefillYl.php

@@ -567,4 +567,10 @@ class TestRefillYl extends TestCase
         $provider = $this->getProvider('baixuannew_normal');
         $resp = $provider->balance();
     }
+
+    public function testBaixuannew_high()
+    {
+        $provider = $this->getProvider('baixuannew_high');
+        $resp = $provider->balance();
+    }
 }