Authorization: Bearer ********************curl --location --request GET '/appMark/advices/detail/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"context": "string",
"protocolType": 0,
"source": 0,
"isDelete": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"createBy": "string",
"updateBy": "string"
}
}