Browse Source

会员升级

Kirin 1 month ago
parent
commit
7a1e66d6d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/api/v1/order/StoreOrderController.php

+ 1 - 1
app/controller/api/v1/order/StoreOrderController.php

@@ -372,7 +372,7 @@ class StoreOrderController
                     $awardService = app()->make(AwardIntegralServices::class);
                     list($link_order, $reorder_count) = $awardService->checkReorder($uid, $total_price);
                     if ($link_order && $reorder_count >= 2) {
-                        return app('json')->status('success', '复投建议使用其他支付或混合支付', ['link_id' => $link_order, 'reorder_count' => $reorder_count, 'order' => $info]);
+                        return app('json')->status('notice', '复投建议使用其他支付或混合支付', ['link_id' => $link_order, 'reorder_count' => $reorder_count, 'order' => $info]);
                     }
                     /** @var YuePayServices $yueServices */
                     $yueServices = app()->make(YuePayServices::class);