From fddb9f9ffea5cd8984967c070165c134cc4a58b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 10 Mar 2020 14:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=89=A9=E6=96=99=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=AF=B7=E6=B1=82=E6=94=B9=E4=B8=BAget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/jx_order2.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/jx_order2.go b/controllers/jx_order2.go index 1474ceab1..c6daa66b4 100644 --- a/controllers/jx_order2.go +++ b/controllers/jx_order2.go @@ -164,10 +164,10 @@ func (c *JxOrderController) PayForPopluarMan() { // @Title 查询物料订单状态 // @Description 查询物料订单状态 // @Param token header string true "认证token" -// @Param vendorOrderID formData string true "订单ID" +// @Param vendorOrderID query string true "订单ID" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult -// @router /GetMatterOrderStatus [post] +// @router /GetMatterOrderStatus [get] func (c *JxOrderController) GetMatterOrderStatus() { c.callGetMatterOrderStatus(func(params *tJxorderGetMatterOrderStatusParams) (retVal interface{}, errCode string, err error) { retVal, err = localjx.GetMatterOrderStatus(params.Ctx, params.VendorOrderID)