|
@@ -253,6 +253,7 @@ class StoreOrderController
|
|
|
'goods_desc'=> '环球优购',
|
|
|
'description'=> 'alipay',
|
|
|
'device_info'=> ['device_p'=> $_SERVER ["REMOTE_ADDR"]],
|
|
|
+ 'callback_url' => 'http://xqyg.frp.liuniu946.com/index',
|
|
|
'notify_url' => 'http://xqyg.frp.liuniu946.com/api/adapay/notify'
|
|
|
);
|
|
|
$payment->create($payment_params);
|
|
@@ -278,6 +279,7 @@ class StoreOrderController
|
|
|
'description'=> 'weixin',
|
|
|
'device_info'=> ['device_p'=> $_SERVER ["REMOTE_ADDR"]],
|
|
|
'expend' => ['open_id' => 'oPVIJ62WxFA5NXYGgiTPdx_uGb3Q'],
|
|
|
+ 'callback_url' => 'http://xqyg.frp.liuniu946.com/index',
|
|
|
'notify_url' => 'http://xqyg.frp.liuniu946.com/api/adapay/notify'
|
|
|
);
|
|
|
$payment->create($payment_params);
|
|
@@ -426,6 +428,7 @@ class StoreOrderController
|
|
|
'goods_desc'=> '环球优购',
|
|
|
'description'=> 'alipay',
|
|
|
'device_info'=> ['device_p'=> $_SERVER ["REMOTE_ADDR"]],
|
|
|
+ 'callback_url' => 'http://xqyg.frp.liuniu946.com/index',
|
|
|
'notify_url' => 'http://xqyg.frp.liuniu946.com/api/adapay/notify'
|
|
|
);
|
|
|
$payment->create($payment_params);
|
|
@@ -452,6 +455,7 @@ class StoreOrderController
|
|
|
'description'=> 'weixin',
|
|
|
'device_info'=> ['device_p'=> $_SERVER ["REMOTE_ADDR"]],
|
|
|
'expend' => ['open_id' => 'oPVIJ62WxFA5NXYGgiTPdx_uGb3Q'],
|
|
|
+ 'callback_url' => 'http://xqyg.frp.liuniu946.com/index',
|
|
|
'notify_url' => 'http://xqyg.frp.liuniu946.com/api/adapay/notify'
|
|
|
);
|
|
|
$payment->create($payment_params);
|