debug
parent
08e21fe9c5
commit
bcf4426d7f
|
|
@ -121,6 +121,7 @@ class AlipayMini
|
||||||
'subject' => $params['name'],
|
'subject' => $params['name'],
|
||||||
'out_trade_no' => $params['order_no'],
|
'out_trade_no' => $params['order_no'],
|
||||||
'total_amount' => $params['total_price'],
|
'total_amount' => $params['total_price'],
|
||||||
|
'buyer_id' => $params['user_openid'],
|
||||||
);
|
);
|
||||||
$parameter['biz_content'] = json_encode($biz_content, JSON_UNESCAPED_UNICODE);
|
$parameter['biz_content'] = json_encode($biz_content, JSON_UNESCAPED_UNICODE);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue