This commit is contained in:
suyl
2021-06-25 10:11:15 +08:00
parent 466ca12c91
commit ee02691601
3 changed files with 6 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ type ApiController struct {
// @Param method formData string true "接口名"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router / [post]
func (c *ApiController) CallAPI() {
// @router /CallOpenAPI [post]
func (c *ApiController) CallOpenAPI() {
}