更改京东用户角色

This commit is contained in:
苏尹岚
2019-12-02 17:15:57 +08:00
parent b5a7f0b967
commit f91abb83b3
2 changed files with 8 additions and 12 deletions

View File

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