验证API授权

请求规格说明

请求方式

GET /api/whoami

返回数据格式说明

该接口返回当前请求的客户代码。

{
    "Data": "TEST",
    "Succeeded": true,
    "Error": null
}