java110
2021-05-24 b4e6c4c1d5c8b887de5f2101cdb3522d75a45842
加入结果
1个文件已修改
8 ■■■■ 已修改文件
service-user/src/main/java/com/java110/user/api/QuestionAnswerApi.java 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-user/src/main/java/com/java110/user/api/QuestionAnswerApi.java
@@ -367,11 +367,11 @@
     *
     * @param communityId 小区ID
     * @return
     * @serviceCode /questionAnswer/queryQuestionAnswerTitleValueResult
     * @path /app/questionAnswer/queryQuestionAnswerTitleValueResult
     * @serviceCode /questionAnswer/queryTitleValueResult
     * @path /app/questionAnswer/queryTitleValueResult
     */
    @RequestMapping(value = "/queryQuestionAnswerTitleValueResult", method = RequestMethod.GET)
    public ResponseEntity<String> queryQuestionAnswerTitleValueResult(@RequestHeader(value = "store-id") String storeId,
    @RequestMapping(value = "/queryTitleValueResult", method = RequestMethod.GET)
    public ResponseEntity<String> queryTitleValueResult(@RequestHeader(value = "store-id") String storeId,
                                                                @RequestParam(value = "communityId", required = false) String communityId,
                                                                @RequestParam(value = "objType") String objType,
                                                                @RequestParam(value = "page") int page,