This commit is contained in:
苏尹岚
2021-01-11 15:45:55 +08:00
parent 0eafe25fa2
commit e3cc92bde9

View File

@@ -91,7 +91,7 @@ func (c *CmsController) GetQiniuUploadToken() {
// @Title 得到服务相关的一些基础信息
// @Description 得到服务相关的一些基础信息,包括版本,及一些元数据信息
// @Param token header string true "认证token"
// @Param token header string false "认证token"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetServiceInfo [get]