|
|
|
@ -375,7 +375,7 @@ class OrderController extends Controller |
|
|
|
'profit_sharing' => 'Y', //Y分账,N不分账,默认不分账,Y大写
|
|
|
|
]); |
|
|
|
} catch (InvalidArgumentException | InvalidConfigException | GuzzleException $e) { |
|
|
|
return ['error' => $e->getMessage(), 'file' => $e->getFile(), 'line' => $e->getLine(), 'openid' => $openid]; |
|
|
|
return ['error' => $e->getMessage(), 'file' => basename($e->getFile()), 'line' => $e->getLine()]; |
|
|
|
} |
|
|
|
|
|
|
|
if (empty($result['prepay_id'])) { |
|
|
|
|