This commit is contained in:
邹宗楠
2024-01-08 10:35:33 +08:00
parent b2b52b336c
commit f95d55a8d2
5 changed files with 87 additions and 29 deletions

View File

@@ -561,7 +561,7 @@ func (c *JobController) TempJob() {
// @router /TempJobTest [post]
func (c *JobController) TempJobTest() {
c.callTempJobTest(func(params *tJobTempJobTestParams) (retVal interface{}, errCode string, err error) {
cms.TestTemp2(params.Data)
cms.TestTemp2()
return retVal, "", err
})
}