|
|
@ -896,8 +896,8 @@ class ConsoleController extends Think {
|
|
|
|
|
|
|
|
|
|
|
|
public function testPay() {
|
|
|
|
public function testPay() {
|
|
|
|
$extra = [
|
|
|
|
$extra = [
|
|
|
|
'notifyUrl' => 'http://www.baidu.com',
|
|
|
|
'notifyUrl' => 'http://api.chengfeng123.cn/notify/callback',
|
|
|
|
'callbackUrl' => 'http://www.baidu.com',
|
|
|
|
'callbackUrl' => 'http://api.chengfeng123.cn/page/redirect',
|
|
|
|
];
|
|
|
|
];
|
|
|
|
$response = QzlApi::paySubmit(
|
|
|
|
$response = QzlApi::paySubmit(
|
|
|
|
'' . time() . rand(1000, 9999),
|
|
|
|
'' . time() . rand(1000, 9999),
|
|
|
|