京东用户接口测试
This commit is contained in:
@@ -198,3 +198,14 @@ func TestGetJdUserBindStoreIDs(t *testing.T) {
|
|||||||
}
|
}
|
||||||
fmt.Println(vv)
|
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)
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user