aa
This commit is contained in:
@@ -39,6 +39,7 @@ func init() {
|
|||||||
type UnionInterface interface {
|
type UnionInterface interface {
|
||||||
ShareUnionLink(ctx *jxcontext.Context, linkType, unionActID int, userID string) (link string, err error)
|
ShareUnionLink(ctx *jxcontext.Context, linkType, unionActID int, userID string) (link string, err error)
|
||||||
GetUnionActList(ctx *jxcontext.Context, actType int) (result []*ActivityList, err error)
|
GetUnionActList(ctx *jxcontext.Context, actType int) (result []*ActivityList, err error)
|
||||||
|
GetUnionCouponList(ctx *jxcontext.Context)
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetHandler(vendorID int) UnionInterface {
|
func GetHandler(vendorID int) UnionInterface {
|
||||||
|
|||||||
Reference in New Issue
Block a user