账户详情¶
| 接口地址: | /api/account/account-detail/ |
|---|---|
| Http请求方式: | POST |
| 内容格式: | application/json |
| 权限: | view_account_detail |
| 参数: |
| 参数 | 参数名 | 类型 | 是否必须 | 说明 |
|---|---|---|---|---|
| organization code | org_code | string | 是 | 公司号 |
| employee number | ee_no | string | 是 | 员工号 |
| timestamp | timestamp | string | 是 | 时间戳 |
| sign | sign | string | 是 | 签名 |
| 返回示例: |
|---|
{
"result": {
"general_point": 0,
"exclusive_point": 0,
"ee_no": "a000000",
"org_code": "aonhewitt"
},
"result_message": "user has no exclusive point",
"result_code": "view_account_detail",
"success": true
}
| 返回值说明: |
|---|
- general point:通用积分
- exclusive point:专属积分