aa
This commit is contained in:
13
business/jxstore/vendor/mt/mt.go
vendored
13
business/jxstore/vendor/mt/mt.go
vendored
@@ -3,6 +3,7 @@ package mt
|
||||
import (
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/vendor"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
)
|
||||
|
||||
type UnionHandler struct {
|
||||
@@ -10,11 +11,13 @@ type UnionHandler struct {
|
||||
|
||||
var (
|
||||
UnionInterfaceHandler vendor.UnionInterface
|
||||
UnionHandlerObj = &UnionHandler{}
|
||||
)
|
||||
|
||||
func (s *UnionHandler) ShareUnionLink(ctx *jxcontext.Context, linkType int) (err error) {
|
||||
UnionInterfaceHandler = UnionHandlerObj
|
||||
|
||||
return err
|
||||
func init() {
|
||||
vendor.HandlerMap[model.VendorIDMTWM] = UnionInterfaceHandler
|
||||
}
|
||||
|
||||
func (s *UnionHandler) ShareUnionLink(ctx *jxcontext.Context, linkType int) (link string, err error) {
|
||||
|
||||
return link, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user