|
|
@@ -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',
|
|
|
];
|