+PrivilegeSearchUser

AccessStorePage2支持返回非json
This commit is contained in:
gazebo
2019-11-27 11:41:27 +08:00
parent ced4895f5f
commit 29d6571243
4 changed files with 83 additions and 1 deletions

View File

@@ -151,3 +151,13 @@ func TestUpdateStoreFreightConfigNew(t *testing.T) {
t.Fatal(err)
}
}
func TestPrivilegeSearchUser(t *testing.T) {
result, err := api.PrivilegeSearchUser(1, 1)
if err != nil {
t.Fatal(err)
}
if true {
t.Log(utils.Format4Output(result, false))
}
}