aa
This commit is contained in:
6
business/jxstore/vendor/mt/mt.go
vendored
6
business/jxstore/vendor/mt/mt.go
vendored
@@ -10,14 +10,14 @@ type UnionHandler struct {
|
||||
}
|
||||
|
||||
var (
|
||||
UnionInterfaceHandler vendor.UnionInterface
|
||||
unionHandler *UnionHandler
|
||||
)
|
||||
|
||||
func init() {
|
||||
vendor.HandlerMap[model.VendorIDMTWM] = UnionInterfaceHandler
|
||||
vendor.HandlerMap[model.VendorIDMTWM] = unionHandler
|
||||
}
|
||||
|
||||
func (s *UnionHandler) ShareUnionLink(ctx *jxcontext.Context, linkType int) (link string, err error) {
|
||||
|
||||
return link, err
|
||||
return "mt", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user