This commit is contained in:
苏尹岚
2021-04-21 15:37:10 +08:00
parent 309bbfdb62
commit e80007e3ea

View File

@@ -39,6 +39,7 @@ func init() {
type UnionInterface interface {
ShareUnionLink(ctx *jxcontext.Context, linkType, unionActID int, userID string) (link string, err error)
GetUnionActList(ctx *jxcontext.Context, actType int) (result []*ActivityList, err error)
GetUnionCouponList(ctx *jxcontext.Context)
}
func GetHandler(vendorID int) UnionInterface {