存储所有评价

3至4星评价发送中评提醒消息
This commit is contained in:
gazebo
2019-10-12 15:01:49 +08:00
parent 1a33fb4d8f
commit 637f22a887
5 changed files with 79 additions and 56 deletions

View File

@@ -218,8 +218,8 @@ func (c *StoreController) TmpGetJxBadCommentsNo() {
})
}
// @Title 得到门店差评总数
// @Description 得到门店差评总数使用TmpGetJxBadComments替代
// @Title 得到门店评价列表
// @Description 得到门店评价列表
// @Param token header string true "认证token"
// @Param jxStoreId query int true "门店ID"
// @Param type query int true "评论类型0差评1所有"
@@ -242,8 +242,8 @@ func (c *StoreController) TmpGetJxBadCommentsByStoreId() {
})
}
// @Title 得到门店差评总数
// @Description 得到门店差评总数
// @Title 得到门店评价列表(多店)
// @Description 得到门店评价列表(多店)
// @Param token header string true "认证token"
// @Param type query int true "评论类型0差评1所有2已解决"
// @Param storeIDs query string false "门店I列表"