|
@ -245,7 +245,7 @@ public class DoctorJMJkEduArticlePCController extends BaseController {
|
|
|
@ApiOperation("文章认证")
|
|
|
public String authenticationArticle(@ApiParam(name = "articleId", value = "文章id,多个文章‘,’隔开")
|
|
|
@RequestParam(value = "articleId", required = true) String articleId,
|
|
|
@ApiParam(name = "isAuthentication", value = "认证,0取消认证,1认证")
|
|
|
@ApiParam(name = "isAuthentication", value = "认证,0取消认证,1认证,2(认证但未通过)")
|
|
|
@RequestParam(value = "isAuthentication", required = true) String isAuthentication,
|
|
|
@ApiParam(name = "firstLevelCategoryId", value = "文章一级分类")
|
|
|
@RequestParam(value = "firstLevelCategoryId", required = false) String firstLevelCategoryId,
|