1
This commit is contained in:
@@ -205,7 +205,11 @@ func GetMtwmCommentList4ShanGou(key string, appOrgCode string, startTime, endTim
|
||||
}
|
||||
}
|
||||
|
||||
return fmt.Errorf("%s", strings.Join(errs, ","))
|
||||
if len(errs) != model.NO {
|
||||
return fmt.Errorf("%s", strings.Join(errs, ","))
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func CommentListData(db *dao.DaoDB, skuList []*mtwmapi.CommentsList, startTime, endTime string) []*model.OrderComment {
|
||||
|
||||
@@ -334,7 +334,6 @@ func (c *StoreController) TmpGetJxBadComments() {
|
||||
|
||||
// @Title 根据cookie获取美团差评订单id(多店)不一定准确
|
||||
// @Description 根据cookie获取美团差评订单id(多店)
|
||||
// @Param token header string true "认证token"
|
||||
// @Param vendorID query int false "厂商ID(缺省为全部)"
|
||||
// @Param userName query string true "平台账号id"
|
||||
// @Param appOrgCode query string true "平台号"
|
||||
|
||||
Reference in New Issue
Block a user