mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-25 11:58:33 +08:00
【修改】修改swagger
This commit is contained in:
@@ -61,7 +61,7 @@ func (p *ResOssesApi) GetResOssesList(rc *ctx.ReqCtx) {
|
||||
// @Tags ResOsses
|
||||
// @Param ossId path int true "ossId"
|
||||
// @Success 200 {string} string "{"code": 200, "data": [...]}"
|
||||
// @Router /resource/oss/{ossId }[get]
|
||||
// @Router /resource/oss/{ossId} [get]
|
||||
// @Security
|
||||
func (p *ResOssesApi) GetResOsses(rc *ctx.ReqCtx) {
|
||||
ossId := ginx.PathParamInt(rc.GinCtx, "ossId")
|
||||
|
||||
Reference in New Issue
Block a user