浏览代码

更新备注为订单系统

deng.yinping 11 月之前
父节点
当前提交
0098124a64
共有 4 个文件被更改,包括 9 次插入17 次删除
  1. 3 11
      controllers/sbyj/goods.go
  2. 2 2
      docs/docs.go
  3. 2 2
      docs/swagger.json
  4. 2 2
      docs/swagger.yaml

+ 3 - 11
controllers/sbyj/goods.go

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

+ 2 - 2
docs/docs.go

@@ -23531,9 +23531,9 @@ const docTemplate = `{
                     "application/json"
                 ],
                 "tags": [
-                    "水贝亿爵"
+                    "订单系统"
                 ],
-                "summary": "获取水贝亿爵游客商品列表",
+                "summary": "获取订单系统游客商品列表",
                 "parameters": [
                     {
                         "type": "string",

+ 2 - 2
docs/swagger.json

@@ -23522,9 +23522,9 @@
                     "application/json"
                 ],
                 "tags": [
-                    "水贝亿爵"
+                    "订单系统"
                 ],
-                "summary": "获取水贝亿爵游客商品列表",
+                "summary": "获取订单系统游客商品列表",
                 "parameters": [
                     {
                         "type": "string",

+ 2 - 2
docs/swagger.yaml

@@ -46827,9 +46827,9 @@ paths:
           description: Internal Server Error
           schema:
             $ref: '#/definitions/app.Response'
-      summary: 获取水贝亿爵游客商品列表
+      summary: 获取订单系统游客商品列表
       tags:
-      - 水贝亿爵
+      - 订单系统
   /sbyj/QueryMemberPayInfos:
     get:
       parameters: