aa
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user