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