|
@@ -142,7 +142,7 @@ class OrderService
|
|
|
'total_fee' => 1,//$params['order_sheet_pay']*100,
|
|
|
'auth_code' => $params['qrcode_nbr'],
|
|
|
];
|
|
|
- $result = Pay::wechat(config('payment.wxpay'))->app($payData)->getContent();
|
|
|
+ $result = Pay::wechat(config('payment.wxpay'))->pos($payData);
|
|
|
dump($result);
|
|
|
|
|
|
Log::info("WXPAY_RETURN",$result);
|