查询时间表市场模板,模板名称支持模糊查询
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/rpa/template/personal/page \
-H 'Content-Type: application/json' \
-d '{
"searchKey": "string",
"desc": "string",
"pageNo": 0,
"pageSize": 0
}'Response
{ "code": 0, "msg": "string", "requestId": "string", "data": { "dataList": [ … ], "current": 0, "pages": 0, "total": 0 } }