소스 검색

检查订单

zhangxiaobin 1 년 전
부모
커밋
ff36082e84
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      application/common/service/OrderService.php

+ 5 - 0
application/common/service/OrderService.php

@@ -321,6 +321,11 @@ class OrderService
      */
     public function getCheckOrder($checkCode=[])
     {
+        $result = [
+            'status' => 1,
+            'msg' => '',
+            'data' => [],
+        ];
         try {
             if (!empty($checkCode)) {
                 $where['check_code'] = ['in', $checkCode];