From 13cd1e9f81e0a2d77f54bc95370908835faab1e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 28 May 2020 09:14:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=AE=A2=E5=8D=95=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=98=AF=E7=AC=AC=E4=B8=80=E6=AC=A1=E4=B8=8B=E5=8D=95?= 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 56f02fbde..271794378 100644 --- a/controllers/jx_order.go +++ b/controllers/jx_order.go @@ -1048,7 +1048,7 @@ func (c *OrderController) GetOrderSimpleInfo() { // @Title 根据订单号查询用户是否是第一次购买 // @Description 根据订单号查询用户是否是第一次购买 -// @Param token header string false "认证token" +// @Param token header string true "认证token" // @Param vendorOrderID query string true "订单号" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult