记得上下班打卡 | git大法好,push需谨慎

Commit 8bfd0036 authored by 胡佳晨's avatar 胡佳晨

修改文档

parent 6fc7dc35
......@@ -161,7 +161,7 @@ public class KylinPerformancePartnerController {
@ApiResponse(code = 200, message = "接口返回对象参数")
@ApiImplicitParams({
@ApiImplicitParam(type = "query", dataType = "String", name = "performancesId", value = "演出ID", required = true),
@ApiImplicitParam(type = "query", dataType = "Integer", name = "status", value = "[1-待审核|2-已拒绝]", required = true),
@ApiImplicitParam(type = "query", dataType = "Integer", name = "status", value = "[0-通过|1-待审核|2-已拒绝]", required = true),
@ApiImplicitParam(type = "query", dataType = "String", name = "rejectTxt", value = "驳回原因]", required = true),
})
public ResponseDto<String> fieldsAuditPerformance(@RequestParam("performancesId") @NotNull(message = "演出ID不能为空") String performancesId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment