This commit is contained in:
邹宗楠
2024-09-29 10:10:39 +08:00
parent 9d2a4f6c5b
commit a43e5f1090
3 changed files with 29 additions and 7 deletions

View File

@@ -310,9 +310,10 @@ func (c *StoreController) TmpGetJxBadCommentsByStoreId() {
// @Param token header string true "认证token"
// @Param type query int true "评论类型0差评1所有2已解决"
// @Param keyword query string false "关键字"
// @Param storeIDs query string false "门店I列表"
// @Param storeIDs query string false "门店Id列表"
// @Param fromTime query string false "创建起始时间"
// @Param toTime query string false "创建结束时间"
// @Param orderFlag query string false "订单平台[0,1,2]"
// @Param offset query int false "起始页从1开始"
// @Param pageSize query int false "页大小(-1表示无限大"
// @Success 200 {object} controllers.CallResult