This commit is contained in:
suyl
2021-04-28 14:25:32 +08:00
parent e216a3b5ae
commit dfb91baa09
7 changed files with 38 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ func init() {
partner.UnionHandlerMap[model.VendorIDJDShop] = unionHandler
}
func (s *UnionHandler) ShareUnionLink(ctx *jxcontext.Context, linkType, unionActID int, sID, userID string, resourceType int) (link string, err error) {
func (s *UnionHandler) ShareUnionLink(ctx *jxcontext.Context, linkType, unionActID int, sID, userID string, resourceType int, goodsID string) (link string, err error) {
return "jds", err
}