This commit is contained in:
苏尹岚
2021-04-21 17:08:26 +08:00
parent 5c825f44df
commit 56879c4d64
2 changed files with 5 additions and 3 deletions

View File

@@ -39,7 +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)
//GetUnionCouponList(ctx *jxcontext.Context)
}
func GetHandler(vendorID int) UnionInterface {