Skip to main content
POST
/
wallet
/
api
/
user
/
occupations
获取职业信息列表
curl --request POST \
  --url http://localhost/wallet/api/user/occupations
{
  "code": 123,
  "msg": "<string>",
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Query Parameters

agencyCode
string
required

代理商码

appId
string
required

App标识

sign
string
required

签名

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
UTGLOccupationPositionDTO · object[]