瀏覽代碼

yl ruixundaman

xiaoyu 3 年之前
父節點
當前提交
6693d0467b

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

@@ -5437,7 +5437,7 @@ $phone_providers = [
 //    ['name' => 'yuanrun', 'cfg' => $yuanrun_phone],
     ['name' => 'feimingyunew', 'cfg' => $feimingyunew_phone],
 //    ['name' => 'hangtongyj', 'cfg' => $hangtongyj_phone],
-//    ['name' => 'ruixundaman', 'cfg' => $ruixundaman_phone],
+    ['name' => 'ruixundaman', 'cfg' => $ruixundaman_phone],
 //    ['name' => 'ruizhi_tax', 'cfg' => $ruizhi_tax_phone],
 //    ['name' => 'pengxinda', 'cfg' => $pengxinda_phone],
     ['name' => 'huazhong', 'cfg' => $huazhong_phone],

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

@@ -10,8 +10,8 @@ class config
     const QUERY_URL = 'http://120.76.172.131:8911/api/order/query';
     const BALANCE_URL = 'http://120.76.172.131:8911/api/account/balance';
 
-    const APP_ID = '8tYeow0MYZ';
-    const APP_SECRET = 'BJpyvAXRxrJRMlnq';
+    const APP_ID = 'HeuXe1T6El';
+    const APP_SECRET = 'nBwbiPYaenouqLzf';
     const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_ruixundaman.php";
 
     const PRODUCT = [

+ 5 - 10
helper/refill/api/yl/ruixundaman/开户信息.txt

@@ -1,9 +1,9 @@
 后台地址:http://120.76.172.131:8888
-帐号:yezimc123
-密码:457633
-二级密码:yTFW5577
-appId:8tYeow0MYZ
-appSecret:BJpyvAXRxrJRMlnq
+帐号:yelin3
+密码:418141
+二级密码:WCOc6981
+appId:HeuXe1T6El
+appSecret:nBwbiPYaenouqLzf
 后台-商品列表,可查看已配置商品信息
 后台-安全中心,可配置IP白名单
 接口文档:https://www.showdoc.com.cn/1686453783298366/7925312871840290
@@ -12,8 +12,3 @@ appSecret:BJpyvAXRxrJRMlnq
 卡密提取接口:http://120.76.172.131:8911/api/card/get
 查单接口接口:http://120.76.172.131:8911/api/order/query
 余额接口接口:http://120.76.172.131:8911/api/account/balance
-
-慢充编码:
-100105 慢充联通50
-100106 慢充联通100
-100107 慢充联通200

+ 6 - 0
test/TestRefillYl.php

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