-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnamekoman.json
More file actions
37 lines (37 loc) · 1020 Bytes
/
namekoman.json
File metadata and controls
37 lines (37 loc) · 1020 Bytes
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
{
"project1": {
"order_service": {
"cart_module": {}
},
"user_service": {
"login_module": {
"login_method": {
"params": {
"password": "admin",
"user": "xiaoming"
},
"result": {
"success": true
}
},
"logout_method": {
"params": {
"token": "forexample"
},
"result": {}
}
},
"password_module": {
"change_password_method": {
"params": {
"new_password": "newadmin",
"old_password": "oldadmin",
"token": "forexample"
},
"result": {}
}
}
}
},
"project2": {}
}