> ## Documentation Index
> Fetch the complete documentation index at: https://developer.speedpay.hk/llms.txt
> Use this file to discover all available pages before exploring further.

# 职位列表

> 获取 VISA 申请职位枚举

```http theme={null}
POST /mc-platformapi/v1/open/et/vs/card/support/position
```

## 请求参数

| 名称          | 位置   | 类型      | 必选 | 说明    |
| ----------- | ---- | ------- | -- | ----- |
| `app_id`    | body | string  | 是  | 应用 ID |
| `timestamp` | body | integer | 是  | 时间戳   |

## 返回示例

```json theme={null}
{
  "code": 0,
  "data": {
    "list": [
      { "code": "1", "name": "普通员工" },
      { "code": "2", "name": "中级管理层" },
      { "code": "3", "name": "高级管理层" }
    ]
  },
  "msg": "success"
}
```
