更改京东用户角色

This commit is contained in:
苏尹岚
2019-12-02 16:59:58 +08:00
parent 9c0c7f187f
commit b5a7f0b967
2 changed files with 18 additions and 1 deletions

View File

@@ -207,5 +207,9 @@ func TestPrivilegeSearchUser(t *testing.T) {
}
func TestPrivilegeUpdateJdUserStatus(t *testing.T) {
api.PrivilegeUpdateJdUserStatus(346408, 0)
api.PrivilegeUpdateJdUserStatus(346415, 0)
}
func TestUpdateJdUserRoles(t *testing.T) {
api.UpdateJdUserRoles(346568, []string{"28926", "28924"})
}