查询订单是否是第一次下单
This commit is contained in:
@@ -1048,7 +1048,7 @@ func (c *OrderController) GetOrderSimpleInfo() {
|
|||||||
|
|
||||||
// @Title 根据订单号查询用户是否是第一次购买
|
// @Title 根据订单号查询用户是否是第一次购买
|
||||||
// @Description 根据订单号查询用户是否是第一次购买
|
// @Description 根据订单号查询用户是否是第一次购买
|
||||||
// @Param token header string false "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Param vendorOrderID query string true "订单号"
|
// @Param vendorOrderID query string true "订单号"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
|
|||||||
Reference in New Issue
Block a user