mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	🐛 【小程序】修复获取运力id列表接口传参问题
This commit is contained in:
		| @ -197,7 +197,7 @@ public class WxMaImmediateDeliveryServiceImpl implements WxMaImmediateDeliverySe | ||||
|  | ||||
|   @Override | ||||
|   public GetDeliveryListResponse getDeliveryList() throws WxErrorException { | ||||
|     String responseContent = this.wxMaService.post(InstantDelivery.GET_DELIVERY_LIST_URL,""); | ||||
|     String responseContent = this.wxMaService.post(InstantDelivery.GET_DELIVERY_LIST_URL,"{}"); | ||||
|     GetDeliveryListResponse response = GetDeliveryListResponse.fromJson(responseContent); | ||||
|     if (response.getErrcode() == -1) { | ||||
|       throw new WxErrorException(WxError.fromJson(responseContent, WxType.MiniApp)); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang