|
@@ -310,8 +310,8 @@ class TestRefill extends TestCase
|
|
|
"act" => "refill",
|
|
|
"op" => "add",
|
|
|
'order_sn' => $this->make_sn(),
|
|
|
- 'notifyurl' => "https://qzcz.edusahoo.com.cn/index/index/callback"];
|
|
|
- $proxy = new refill_proxy("ZhongFKJZhongFKJZhongFKJ");
|
|
|
+ 'notifyurl' => "https://xxx"];
|
|
|
+ $proxy = new refill_proxy("xxx");
|
|
|
$resp = $proxy->send($url, $params);
|
|
|
}
|
|
|
|
|
@@ -451,7 +451,7 @@ class TestRefill extends TestCase
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- $body .= "&key=7yDCLS6S2KzSAJQOUc3vsa";
|
|
|
+ $body .= "&key=GG7yDCLS6S2KzSAJQOUc3vsa";
|
|
|
|
|
|
return md5($body);
|
|
|
}
|