This commit is contained in:
苏尹岚
2021-04-14 16:30:08 +08:00
parent 610b767814
commit ed410ebb7f
2 changed files with 9 additions and 56 deletions

View File

@@ -1,6 +1,10 @@
package mt
func getAPI() (err error) {
import (
"git.rosy.net.cn/baseapi/platformapi/mtunionapi"
)
return err
func getAPI() (apiobj *mtunionapi.API, err error) {
return apiobj, err
}