aa
This commit is contained in:
@@ -6,15 +6,15 @@ type ApiController struct {
|
|||||||
web.Controller
|
web.Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Title 添加打印机
|
// @Title api调用入口
|
||||||
// @Description 添加打印机
|
// @Description api调用入口
|
||||||
// @Param app_id formData string true "应用ID"
|
// @Param app_id formData string true "应用ID"
|
||||||
// @Param timestamp formData int true "unix时间戳"
|
// @Param timestamp formData int true "unix时间戳"
|
||||||
// @Param sign formData string true "签名"
|
// @Param sign formData string true "签名"
|
||||||
// @Param method formData string true "接口名"
|
// @Param method formData string true "接口名"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /AddPrint [post]
|
// @router / [post]
|
||||||
//func (c *PrintController) AddPrint() {
|
func (c *ApiController) CallAPI() {
|
||||||
//
|
|
||||||
//}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user