|
|
@@ -1,11 +1,3 @@
|
|
|
-/*
|
|
|
- * @Author: deng.yinping deng.yinping@muchinfo.cn
|
|
|
- * @Date: 2024-02-22 11:11:03
|
|
|
- * @LastEditors: deng.yinping deng.yinping@muchinfo.cn
|
|
|
- * @LastEditTime: 2024-11-27 15:40:36
|
|
|
- * @FilePath: \MTP20_IF\controllers\sbyj\goods.go
|
|
|
- * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
- */
|
|
|
package sbyj
|
|
|
|
|
|
import (
|
|
|
@@ -25,15 +17,15 @@ type GetTouristGoodsReq struct {
|
|
|
MarketIds string `form:"marketids"` // 市场ID筛选, 逗号隔开
|
|
|
}
|
|
|
|
|
|
-// GetTouristGoods 获取水贝亿爵游客商品列表
|
|
|
-// @Summary 获取水贝亿爵游客商品列表
|
|
|
+// GetTouristGoods 获取订单系统游客商品列表
|
|
|
+// @Summary 获取订单系统游客商品列表
|
|
|
// @Produce json
|
|
|
// @Param trademodes query string false "交易模式筛选, 逗号隔开, 默认为 52,97,99"
|
|
|
// @Param marketids query string false "市场ID筛选, 逗号隔开"
|
|
|
// @Success 200 {array} models.TouristGoods
|
|
|
// @Failure 500 {object} app.Response
|
|
|
// @Router /sbyj/GetTouristGoods [get]
|
|
|
-// @Tags 水贝亿爵
|
|
|
+// @Tags 订单系统
|
|
|
func GetTouristGoods(c *gin.Context) {
|
|
|
appG := app.Gin{C: c}
|
|
|
|