aa
This commit is contained in:
@@ -537,3 +537,16 @@ func (c *JobController) RefreshJdDelivery() {
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 测试接口
|
||||
// @Description 测试接口
|
||||
// @Param token header string false "认证token"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /TempJob [post]
|
||||
func (c *JobController) TempJob() {
|
||||
c.callTempJob(func(params *tJobTempJobParams) (retVal interface{}, errCode string, err error) {
|
||||
cms.TempJob()
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user