- 重构authz结构

- 角色管理初版完成
This commit is contained in:
gazebo
2019-08-08 17:06:58 +08:00
parent 60f3ec9c3b
commit b51614946f
18 changed files with 161 additions and 98 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func TestCheckSkuDiffBetweenJxAndVendor(t *testing.T) {
vendorIDList := []string{}
storeIDList := []string{}
vendorIDList := []int{}
storeIDList := []int{}
CheckSkuDiffBetweenJxAndVendor(vendorIDList, storeIDList)
}
}