推荐商品

This commit is contained in:
苏尹岚
2019-12-03 09:18:31 +08:00
parent 33fbbf7192
commit 0c55b76bf1
2 changed files with 21 additions and 0 deletions

View File

@@ -2120,3 +2120,7 @@ func ReCalculateJxPrice(ctx *jxcontext.Context, storeIDs []int) (err error) {
}
return err
}
func GetTopSkusByStoreIDs(ctx *jxcontext.Context, storeIDs []int) (hint string, err error) {
return hint, err
}