{
"serviceType": "TileService",
"aliasname": "aaaaa",
"serviceName": "tss9",
"cacheMode": "KQGIS",
"storageInfo": {
"storeVersion": "2.0",
"type": "MBTiles",
"isDb": false,
"isFolderPath": true,
"isKQSDE": true,
"path": "D:/KQGIS/Data/mb"
},
"storeVersion": 2.0,
"token": "yonghu_token"
}
curl --location --request GET 'http://172.4.2.12:8699/kqgis/manager/dynamiccreateservice' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceType": "TileService",
"aliasname": "aaaaa",
"serviceName": "tss9",
"cacheMode": "KQGIS",
"storageInfo": {
"storeVersion": "2.0",
"type": "MBTiles",
"isDb": false,
"isFolderPath": true,
"isKQSDE": true,
"path": "D:/KQGIS/Data/mb"
},
"storeVersion": 2.0,
"token": "yonghu_token"
}'
{}