存储所有评价
3至4星评价发送中评提醒消息
This commit is contained in:
@@ -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列表"
|
||||
|
||||
Reference in New Issue
Block a user