shish 2 лет назад
Родитель
Сommit
347691a9b7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/OrderController.php

+ 1 - 0
app-ghs/controllers/OrderController.php

@@ -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') {