This commit is contained in:
苏尹岚
2021-03-24 14:33:35 +08:00
parent 625b5a5cbd
commit 5a7e7a0ab7
4 changed files with 10 additions and 7 deletions

View File

@@ -9,10 +9,6 @@ const (
LinkTypeH5 = 2 //H5
)
var (
UnionInterfaceHandler UnionInterface
)
type UnionInterface interface {
ShareUnionLink(ctx *jxcontext.Context, linkType int) (err error)
}