禁用京东用户

This commit is contained in:
苏尹岚
2019-12-02 15:53:35 +08:00
parent 7fc1b0a65c
commit 9c0c7f187f

View File

@@ -652,6 +652,6 @@ func (a *API) PrivilegeUpdateJdUserStatus(id int64, status int) (err error) {
url += "disable/"
}
url += utils.Int64ToStr(id)
_, err = a.AccessStorePage2(url, nil, true, "")
_, err = a.AccessStorePage(url, nil, true)
return err
}