This commit is contained in:
苏尹岚
2020-11-05 16:56:53 +08:00
parent c3e899d65a
commit d954f37d4d

View File

@@ -182,7 +182,7 @@ func (c *JobController) SubmitJob() {
// @Param token header string true "认证token"
// @Param jobOrderID formData int true "jobOrderID"
// @Param status formData int true "审核标志15 是通过20是不通过"
// @Param comment formData string true "审核理由"
// @Param comment formData string false "审核理由"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /AuditJob [post]