+ IMultipleStoresHandler.GetAllCategories

This commit is contained in:
gazebo
2019-08-28 15:36:51 +08:00
parent cf4202a41b
commit 538b3162a2
5 changed files with 52 additions and 24 deletions

View File

@@ -0,0 +1,11 @@
package jd
import (
_ "git.rosy.net.cn/jx-callback/globals/api/apimanager"
"git.rosy.net.cn/jx-callback/globals/testinit"
)
func init() {
testinit.Init()
}