huangjiajun před 2 týdny
rodič
revize
abfd8e3634
4 změnil soubory, kde provedl 7 přidání a 5 odebrání
  1. +4
    -2
      app/hdl/hdl_settle_center_agent.go
  2. +1
    -1
      docs/docs.go
  3. +1
    -1
      docs/swagger.json
  4. +1
    -1
      docs/swagger.yaml

+ 4
- 2
app/hdl/hdl_settle_center_agent.go Zobrazit soubor

@@ -64,7 +64,7 @@ func SettleCenterAgentSave(c *gin.Context) {
// @Accept json
// @Produce json
// @Param args body md.SettleCenterDataDetailReq true "请求参数"
// @Success 200 {string} "具体看返回内容 这是data里面的数据"
// @Success 200 {object} md.SettleCenterDataDetailRes "具体看返回内容 这是data里面的数据"
// @Failure 400 {object} md.Response "具体错误"
// @Router /api/settleCenter/agent/detail [POST]
func SettleCenterAgentDetail(c *gin.Context) {
@@ -76,5 +76,7 @@ func SettleCenterAgentDetail(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
svc.SettleCenterAgentDetail(c, req)
res := svc.SettleCenterAgentDetail(c, req)
e.OutSuc(c, res, nil)
return
}

+ 1
- 1
docs/docs.go Zobrazit soubor

@@ -4460,7 +4460,7 @@ const docTemplate = `{
"200": {
"description": "具体看返回内容 这是data里面的数据",
"schema": {
"type": "string"
"$ref": "#/definitions/md.SettleCenterDataDetailRes"
}
},
"400": {


+ 1
- 1
docs/swagger.json Zobrazit soubor

@@ -4452,7 +4452,7 @@
"200": {
"description": "具体看返回内容 这是data里面的数据",
"schema": {
"type": "string"
"$ref": "#/definitions/md.SettleCenterDataDetailRes"
}
},
"400": {


+ 1
- 1
docs/swagger.yaml Zobrazit soubor

@@ -5438,7 +5438,7 @@ paths:
"200":
description: 具体看返回内容 这是data里面的数据
schema:
type: string
$ref: '#/definitions/md.SettleCenterDataDetailRes'
"400":
description: 具体错误
schema:


Načítá se…
Zrušit
Uložit