|
|
@@ -317,6 +317,7 @@ class OrderController extends BaseController
|
|
|
'amount' => $totalFee,
|
|
|
'capitalType' => $currentCapitalType,
|
|
|
'notifyUrl' => $notifyUrl,
|
|
|
+ 'subject' => $subject,
|
|
|
];
|
|
|
$response = $laResource->driveAliPay($aliParams);
|
|
|
if (isset($response['code']) == false || $response['code'] != 'BBS00000') {
|