|
|
|
@ -228,7 +228,6 @@ public class PointController {
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "2.5.分享期刊(APP)", notes = "仅限app用户调用")
|
|
|
|
|
@PostMapping("/log/share/journal")
|
|
|
|
|
@GlobalInterceptor(checkAppUserLogin = true)
|
|
|
|
|
@ApiImplicitParams({
|
|
|
|
|
@ApiImplicitParam(name = "Authorization", value = "token", required = true, dataType = "String", paramType = "header"),
|
|
|
|
|
@ApiImplicitParam(name = "journalId", value = "期刊id", required = true, dataType = "String", paramType = "query")
|
|
|
|
|