Wang Chen 4 anni fa
parent
commit
7e7c4baf80

+ 1 - 1
app/Http/Controllers/QuickApp/Order/OrdersController.php

@@ -159,7 +159,7 @@ class OrdersController extends BaseController
                 }
             }
         }
-
+        myLog('chargeList')->info('3', [$this->uid, $sendOrderId, $account, $template_id]);
         $res = ProductService::getChargeProduct($template_id);
         if (!$res) {
             return response()->error('WAP_SYS_ERROR');