wesmiler 2 месяцев назад
Родитель
Сommit
7677bf4a6c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/MpService.php

+ 1 - 1
app/Services/MpService.php

@@ -40,7 +40,7 @@ class MpService extends BaseService
         // 获取运力公司列表
         'getDeliveryCompanyList'=>'https://api.weixin.qq.com/product/delivery/get_company_list?access_token=%s',
         // 获取支持的快递公司列表
-        'getDelivery'=>'POST https://api.weixin.qq.com/cgi-bin/express/local/business/delivery/getall?access_token=%s',
+        'getDelivery'=>'https://api.weixin.qq.com/cgi-bin/express/local/business/delivery/getall?access_token=%s',
         // 上传发货信息,同步发货状态
         'deliverySend'=>'https://api.weixin.qq.com/wxa/sec/order/upload_shipping_info?access_token=%s',
     ];