Authorization: Bearer ********************curl --location --request GET 'http://192.168.5.234:8081/api/v1/review/check?id&type' \
--header 'X-Timestamp: {{X-Timestamp}}' \
--header 'X-Auth-UUID: {{X-Auth-UUID}}' \
--header 'Authorization: Bearer <token>'{
"output": "Success",
"code": 200,
"message": "操作成功",
"data": {
"account": {
"uuid": "57607646-a906-4756-9edd-43010db0d12c",
"userName": "console_user",
"realName": "超级管理员",
"email": "admin@admin.com"
},
"type": 0,
"organizeName": "锋楪技术(深圳)有限公司",
"organizeLicenseUrl": "57607646-a906-4756-9edd-43010db0d12c_organize.jpeg",
"organizeCreditCode": "91440300MACRTA906K",
"organizeRegisteredCapital": "500.00",
"organizeEstablishmentDate": "2024-03-23T16:00:00.000+00:00",
"legalRepresentativeName": "曾昶雯",
"legalRepresentativeId": "441621200311183013",
"legalIdCardFrontUrl": "57607646-a906-4756-9edd-43010db0d12c_front.png",
"legalIdCardBackUrl": "57607646-a906-4756-9edd-43010db0d12c_back.png",
"applyTime": "2024-03-24T00:13:16.000+00:00",
"remarks": "无"
}
}