kevin_zhangl 2 лет назад
Родитель
Сommit
3fbb0c3c3e
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      frontendApi/modules/v1/controllers/ShopController.php

+ 3 - 1
frontendApi/modules/v1/controllers/ShopController.php

@@ -410,11 +410,13 @@ class ShopController extends BaseController {
             ->andWhere(['not', ['NOTE' => null]])
             ->asArray()
             ->all();
-
+        LoggerTool::debug(['actionReQueryPayment', $orderList]);
         if (!$orderList) {
             return static::notice('no record');
         }
 
+        return static::notice('e-1');
+
         foreach ($orderList as $order) {
             $message = '';
             // 支付参数记录在NOTE字段中,如没有此数据,则不能进行查询