-
Notifications
You must be signed in to change notification settings - Fork 3
/
users.json
42 lines (42 loc) · 1.17 KB
/
users.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"users": [
{
"id": 1075500074,
"nickname": "TETE8361118",
"password": "qatest317",
"site_status": "active",
"email": "[email protected]",
"credentials": {
"production": {
"public_key": "APP_USR-c0a5141e-6019-4d21-b321-eb0bb7d2f6a5",
"access_token": "APP_USR-949974469103397-021617-c4d2a1a6d9762d6e3d8359bc1cc68334-1075500074",
"client_id": "949974469103397",
"client_secret": "DwX0jX9bi2cxgM2kr0R4e14pEyFE1jrZ"
},
"test": {
"public_key": "TEST-47c0f698-bdf7-4d4a-9ac7-b5c4fe8c798b",
"access_token": "TEST-949974469103397-021617-898a7d0375ac04ba9ba064060cf64f6d-1075500074"
}
}
},
{
"id": 1078270238,
"nickname": "TESTKQCB4FT8",
"password": "qatest4155",
"site_status": "active",
"email": "[email protected]",
"credentials": {
"production": {
"public_key": "-",
"access_token": "-",
"client_id": "-",
"client_secret": "-"
},
"test": {
"public_key": "-",
"access_token": "-"
}
}
}
]
}