From 8018cc77095f60929c7dc7f5e079e0a86d4ede1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 6 Nov 2019 16:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=8E=86=E5=8F=B2=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=BB=93=E7=AE=97=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/jx_order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/jx_order.go b/controllers/jx_order.go index 6150990ef..b8ce53b7a 100644 --- a/controllers/jx_order.go +++ b/controllers/jx_order.go @@ -747,7 +747,7 @@ func (c *OrderController) AmendMissingOrders() { // @Param fromDate formData string true "订单起始日期" // @Param toDate formData string true "订单结束日期" // @Param vendorOrderID formData string false "订单号" -// @Param vendorIDs formData int false "平台ID列表[0,1,3]" +// @Param vendorIDs formData string false "平台ID列表[0,1,3]" // @Param storeID formData int false "门店ID" // @Param isAsync formData bool true "是否异步操作" // @Param isContinueWhenError formData bool false "单个失败是否继续,缺省true"