Browse Source

yl –baixuannew_normal

xiaoyu 3 years ago
parent
commit
7414e994b9

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

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

+ 2 - 2
helper/refill/api/yl/baixuannew_normal/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= '10002544';
-    const KEY = 'TGP8dMWt3YNN8Hb3Ebzf6fK8X7n6FzmK';
+    const USER_ID= '10002724';
+    const KEY = 'RhmJrHtcmjY7FBcf4yGJwCCkEDbyyZTn';
     const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_baixuannew_normal.php";
     const operator = [
         mtopcard\ChinaMobileCard  => 'yd',

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

@@ -1,8 +1,8 @@
 登录地址:http://118.31.38.142:7080/
-账号:YZ02
-密码:YZ123456
-ID:10002544
-秘钥:TGP8dMWt3YNN8Hb3Ebzf6fK8X7n6FzmK
+账号:bjyl2
+密码:bjyl123
+ID:10002724
+秘钥:RhmJrHtcmjY7FBcf4yGJwCCkEDbyyZTn
 下单地址:
 http://118.31.38.142:9086/onlinepay.do
 余额查询:

+ 6 - 0
test/TestRefillYl.php

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