京东用户接口测试

This commit is contained in:
苏尹岚
2019-12-02 09:55:49 +08:00
parent abec126f6e
commit 7fc1b0a65c

View File

@@ -198,3 +198,14 @@ func TestGetJdUserBindStoreIDs(t *testing.T) {
}
fmt.Println(vv)
}
func TestPrivilegeSearchUser(t *testing.T) {
list, _ := api.PrivilegeSearchUserAll()
for _, v := range list {
fmt.Println(v.LoginName)
}
}
func TestPrivilegeUpdateJdUserStatus(t *testing.T) {
api.PrivilegeUpdateJdUserStatus(346408, 0)
}