|
@@ -286,6 +286,23 @@ class TestRefill extends TestCase
|
|
|
Log::record($resp, Log::DEBUG);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ public function testBJBCB()
|
|
|
+ {
|
|
|
+ $params = [
|
|
|
+ 'usr' => '13699279618',
|
|
|
+ 'ord' => '710662733975412771',
|
|
|
+ 'state' => '2',
|
|
|
+ 'bz' => '',
|
|
|
+ 'sgn' => 'AC9AFD254DE682D8440A97CA68B992DA'
|
|
|
+ ];
|
|
|
+
|
|
|
+ $resp = http_request("https://www.xyzshops.cn/mobile/refill_bjb.php", $params, 'POST');
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
public function testZFKJ()
|
|
|
{
|
|
|
//带签名参数:mchid=1090&act=refill&op=add&cardno=100112121212212133
|