导表工具案例
This commit is contained in:
25
planner/configexport/example/server.UNConfig.json
Normal file
25
planner/configexport/example/server.UNConfig.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"Count": "a",
|
||||
"Info": {
|
||||
"id": 1,
|
||||
"name": "小明",
|
||||
"info": {
|
||||
"lv": 1,
|
||||
"exp": {
|
||||
"mux": 10,
|
||||
"count": 100
|
||||
}
|
||||
}
|
||||
},
|
||||
"Other": {
|
||||
"0": {
|
||||
"id": 1,
|
||||
"name": "张飞"
|
||||
},
|
||||
"1": {
|
||||
"id": 2,
|
||||
"name": "刘备"
|
||||
}
|
||||
},
|
||||
"Id": 1
|
||||
}
|
||||
Reference in New Issue
Block a user