+PrivilegeSearchUser
AccessStorePage2支持返回非json
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user