wesmiler 2 달 전
부모
커밋
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',
     ];