Commit 20546aa0 authored by liqin's avatar liqin 💬

bug fixed

parent a59a8ca0
...@@ -345,7 +345,7 @@ public class ChinaMobileRestApiController extends BaseController { ...@@ -345,7 +345,7 @@ public class ChinaMobileRestApiController extends BaseController {
@ApiImplicitParam(name = "boardId", value = "展板内容ID", paramType = "query", dataType = "String", required = true) @ApiImplicitParam(name = "boardId", value = "展板内容ID", paramType = "query", dataType = "String", required = true)
}) })
@ApiOperation(value = "查询展板视频/语音导览语言列表", notes = "查询展板视频/语音导览语言列表") @ApiOperation(value = "查询展板视频/语音导览语言列表", notes = "查询展板视频/语音导览语言列表")
@GetMapping(value = "/exhibitionBoard/video/language") @GetMapping(value = "/exhibitionBoard/language")
@RequiresAuthentication @RequiresAuthentication
public Map<String, Object> getExhibitionBoardVideoLanguageList(@RequestParam(value = "boardId") String boardId) { public Map<String, Object> getExhibitionBoardVideoLanguageList(@RequestParam(value = "boardId") String boardId) {
JSONObject resultMap = new JSONObject(); JSONObject resultMap = new JSONObject();
......
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