Kirin 3 năm trước cách đây
mục cha
commit
84e63bcf61
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/api/controller/PublicController.php

+ 2 - 2
app/api/controller/PublicController.php

@@ -40,14 +40,14 @@ class PublicController
 
     public function test()
     {
-        var_dump(111);
+//        var_dump(111);
         $order = StoreOrder::where('transaction_id', 'not null')->where('refund_status', 0)->where('is_del', 0)->where('is_system_del', 0)->where('status', '>', 1)->select();
         var_dump(count($order));
         try {
             foreach ($order as $v) {
                 $res = MiniProgramService::profit_sharing_finish($v['transaction_id'], $v['order_id']);
                 var_dump($res);
-                exit;
+//                exit;
             }
         } catch (\Exception $e) {
             var_dump($e->getMessage());