You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

166 lines
4.7 KiB

@localhost = http://127.0.0.1:8010/
@test = http://127.0.0.1:8010/
@type = content-type: application/json;charset=utf-8
###
POST {{test}}/page/list
{{type}}
{
"param":{
"pageNum":1,
"pageSize":10
}
}
###
POST {{localhost}}/page/add
{{type}}
{
"param":{
"logo":"logo",
"name":"1",
"db":null,
"pages": [
{
"title":"title1",
"style":0,
"searches":[
{
"type":0,
"show":"",
"name":"name"
},
{
"type":3,
"show":"",
"name":"sex",
"options": {
"dataFetchType": 0,
"data":[
{"key":0, "value":""},
{"key":1, "value":""}
]
}
}
],
"fields":[
{
"show":"",
"type":"2"
},
{
"show":"",
"type":"0",
"field":"name"
},
{
"show":"",
"type":"0",
"field":"age"
},
{
"show":"",
"type":"0",
"field":"sex"
},
{
"show":"",
"type":"1",
"operates": [
{"icon":"edit", "show":"","type":"0","url":"http://www.baidu.com"},
{
"icon":"delete",
"show":"",
"type":"1",
"dialogs":{
"show":"",
"button": [
{"show": "", "responseType":0},
{"show": "", "responseType":1, "url":"http://www.baidu.com/delete"}
]
}
}
]
}
],
"sql" : "select id, name, age from t_user",
"operates":[
{"icon":"add", "show":"","type":"0","url":"http://www.baidu.com"},
{"icon":"download","show":"","type":"2","url":"http://www.baidu.com"},
{"icon":"import","show":"","type":"3","url":"http://www.baidu.com"}
]
},
{
"title":"title1",
"style":0,
"searches":[
{
"type":0,
"show":"",
"name":"name"
},
{
"type":3,
"show":"",
"name":"sex",
"options": {
"dataFetchType": 0,
"data":[
{"key":0, "value":""},
{"key":1, "value":""}
]
}
}
],
"fields":[
{
"show":"",
"type":"2"
},
{
"show":"",
"type":"0",
"field":"name"
},
{
"show":"",
"type":"0",
"field":"age"
},
{
"show":"",
"type":"0",
"field":"sex"
},
{
"show":"",
"type":"1",
"operates": [
{"icon":"edit", "show":"","type":"0","url":"http://www.baidu.com"},
{
"icon":"delete",
"show":"",
"type":"1",
"dialogs":{
"show":"",
"button": [
{"show": "", "responseType":0},
{"show": "", "responseType":1, "url":"http://www.baidu.com/delete"}
]
}
}
]
}
],
"sql" : "select id, name, age from t_user",
"operates":[
{"icon":"add", "show":"","type":"0","url":"http://www.baidu.com"},
{"icon":"download","show":"","type":"2","url":"http://www.baidu.com"},
{"icon":"import","show":"","type":"3","url":"http://www.baidu.com"}
]
}
]
}
}