POST user/job_apply

申请岗位

Request Information

URI Parameters

None.

Body Parameters

JobUserApplyViewModel
NameDescriptionTypeAdditional information
job_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "job_id": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

申请岗位

BaseResponse
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true
}