Explorar el Código

发货物流测试

zhangdehua hace 1 año
padre
commit
16b9edf77c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/api/controller/Order.php

+ 1 - 1
app/api/controller/Order.php

@@ -688,7 +688,7 @@ class Order extends Controller
     }
 
     //用户将系统中已手动发货的订单录入到微信小程序发货系统
-    //20 * * * * webuser curl https://wxapp.rwgmlc.cn/order/wx_delivery_cron
+    //20 * * * * webuser curl https://wxapp.rwgmlc.cn/api/order/wx_delivery_cron
     public function wxDeliveryCron(){
         Log::info('wxDeliveryCroning');
         $wxDeliveryServ = new WxDelivery();