This commit is contained in:
suyl
2021-06-15 16:11:41 +08:00
parent 5cafeb9a50
commit e3a135f337
2 changed files with 38 additions and 1 deletions

View File

@@ -546,7 +546,8 @@ func (c *JobController) RefreshJdDelivery() {
// @router /TempJob [post]
func (c *JobController) TempJob() {
c.callTempJob(func(params *tJobTempJobParams) (retVal interface{}, errCode string, err error) {
cms.TempJob()
//cms.TempJob()
cms.TestTemp()
return retVal, "", err
})
}