This commit is contained in:
苏尹岚
2021-04-14 15:51:11 +08:00
parent c4d46326ad
commit 610b767814
10 changed files with 71 additions and 39 deletions

View File

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