stanley-king hai 1 ano
pai
achega
d32d95e390

BIN=BIN
helper/refill/api/xyz/rsanfang/9.28无票流量报价.xlsx


+ 3 - 21
helper/refill/api/xyz/rsanfang/API.MD

@@ -1,25 +1,7 @@
 
-## 美旭 ```分省流量```
-
-### 账号信息
-- 后台登录地址:http://123.57.216.254:7080/
-- 登录名:BJYLWP
-- 初始密码:SUP123456
-
-### 接口信息
-- 用户编号:10005984
-- 密钥:z26Stz8XXyQx7bFyZbr6RxPBekepA3fy
-## 接口地址
-- 充值地址:http://123.57.216.254:9086/onlinepay.do
-- 查询地址:http://123.57.216.254:9086/searchpay.do
-- 余额地址:http://123.57.216.254:9086/searchbalance.do
-
-## API 文档
-> https://www.showdoc.cc/2162749258805924
+## 三方充值 test
 
 ## 店铺账号
-- 账号:meixull_fs
-- 密码:meixull_fs67890
-## 参考
-> xyz/meixu_fs,yl/runpu
+- 账号:rsanfang
+- 密码:rsanfang67890
 

helper/refill/api/yl/rsanfang/RefillCallBack.php → helper/refill/api/xyz/rsanfang/RefillCallBack.php


helper/refill/api/yl/rsanfang/RefillPhone.php → helper/refill/api/xyz/rsanfang/RefillPhone.php


helper/refill/api/yl/rsanfang/config.php → helper/refill/api/xyz/rsanfang/config.php


+ 0 - 7
helper/refill/api/yl/rsanfang/API.MD

@@ -1,7 +0,0 @@
-
-## 三方充值 test
-
-## 店铺账号
-- 账号:rsanfang
-- 密码:rsanfang67890
-

+ 7 - 0
test/TestRefill.php

@@ -6051,6 +6051,13 @@ class TestRefill extends TestCase
         $provider = $this->getProvider('dunhui_sec');
         $resp = $provider->balance();
     }
+
+    public function testRsanfang()
+    {
+        $provider = $this->getProvider('rsanfang');
+        $resp = $provider->balance();
+        $resp = $provider->query(['order_sn' => '56641701227303096134']);
+    }
 }