查询订单是否是第一次下单

This commit is contained in:
苏尹岚
2020-05-28 09:14:10 +08:00
parent 9b3e55a211
commit 13cd1e9f81

View File

@@ -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