curl --location --request GET '/appMark/advices/detail/'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"context": "string",
"protocolType": 0,
"source": 0,
"isDelete": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateBy": "string"
}
}