Browse Source

bugid-1269 接口描述修改,phoneId为当前登录用户id(user_登录手机号)

zhangchen 1 month ago
parent
commit
6b9637754f

+ 1 - 1
alien-store/src/main/java/shop/alien/store/controller/StoreCommentController.java

@@ -42,7 +42,7 @@ public class StoreCommentController {
             @ApiImplicitParam(name = "replyStatus", value = "回复状态(0:全部, 1:已回复, 2:未回复)", dataType = "Integer", paramType = "query"),
             @ApiImplicitParam(name = "commentLevel", value = "评论等级(0:全部, 1:好评, 2:中评, 3:差评)", dataType = "Integer", paramType = "query"),
             @ApiImplicitParam(name = "days", value = "查询时间, 多少天前", dataType = "Integer", paramType = "query"),
-            @ApiImplicitParam(name = "phoneId", value = "消息标识", dataType = "String", paramType = "query"),
+            @ApiImplicitParam(name = "phoneId", value = "当前登录id", dataType = "String", paramType = "query"),
             @ApiImplicitParam(name = "userType", value = "评论的用户类型(0:商家, 其他:用户)", dataType = "String", paramType = "query"),
             @ApiImplicitParam(name = "tagId", value = "标签id", dataType = "Integer", paramType = "query"),
             @ApiImplicitParam(name = "hasImage", value = "是否有图片(0否/1是)", dataType = "Boolean", paramType = "query")