pdd物料推荐

This commit is contained in:
suyl
2021-04-27 17:09:42 +08:00
parent 13d2b1b883
commit b65e808972
8 changed files with 78 additions and 4 deletions

View File

@@ -84,6 +84,7 @@ type UnionInterface interface {
CreateUnionPosition(ctx *jxcontext.Context, userID string) (sID string, err error)
GetUnionMatterList(ctx *jxcontext.Context, vendorCatID, keyword string, page, pageSize, sortType int, listID string) (result *MatterList, err error)
GetUnionMatterDetail(ctx *jxcontext.Context, goodsID string) (result *GoodsDetail, err error)
GetUnionMatterListRcmmd(ctx *jxcontext.Context, goodsID string, rcmmdType, offset, pageSize int) (result *MatterList, err error)
}
func GetHandler(vendorID int) UnionInterface {