|
@@ -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(){
|
|
public function wxDeliveryCron(){
|
|
|
Log::info('wxDeliveryCroning');
|
|
Log::info('wxDeliveryCroning');
|
|
|
$wxDeliveryServ = new WxDelivery();
|
|
$wxDeliveryServ = new WxDelivery();
|