...
|
...
|
@@ -235,6 +235,7 @@ class PayData |
|
|
{
|
|
|
$param = Yohobuy::param();
|
|
|
$param['client_type'] = 'web';
|
|
|
$param['private_key'] = Yohobuy::$privateKeyList['web'];
|
|
|
$param['method'] = 'web.SpaceOrders.pcpayNotify';
|
|
|
$param['order_code'] = $orderCode;
|
|
|
$param['payment'] = $payment;
|
...
|
...
|
@@ -260,6 +261,7 @@ class PayData |
|
|
// 构建必传参数
|
|
|
$param = Yohobuy::param();
|
|
|
$param['client_type'] = 'web';
|
|
|
$param['private_key'] = Yohobuy::$privateKeyList['web'];
|
|
|
$param['method'] = 'app.SpaceOrders.payConfirm';
|
|
|
$param['order_code'] = $orderCode;
|
|
|
$param['payment_id'] = $paymentId;
|
...
|
...
|
|