mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 03:18:33 +08:00
baidu pay
This commit is contained in:
parent
d3b8253c80
commit
d439294d62
@ -151,7 +151,7 @@ class Baidu
|
||||
$data = [
|
||||
'dealId' => $this->config['dealid'],
|
||||
'appKey' => $this->config['appkey'],
|
||||
'totalAmount' => $params['total_price'],
|
||||
'totalAmount' => (float) $params['total_price'],
|
||||
'tpOrderId' => $params['order_no'],
|
||||
'dealTitle' => $params['name'],
|
||||
'signFieldsRange' => '1',
|
||||
|
Loading…
Reference in New Issue
Block a user