GET api/Interviewers_bind?gonghao={gonghao}&name={name}
“Get”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
gonghao | “gonghao”的文档。 |
Define this parameter in the request URI. |
name | “name”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "all_number": 1, "name": "sample string 2", "gonghao": "sample string 3", "birthday": "sample string 4", "dayToBirthday": 5 }, { "all_number": 1, "name": "sample string 2", "gonghao": "sample string 3", "birthday": "sample string 4", "dayToBirthday": 5 }, { "all_number": 1, "name": "sample string 2", "gonghao": "sample string 3", "birthday": "sample string 4", "dayToBirthday": 5 } ]
application/xml, text/xml
Sample:
<ArrayOfInterviewers_bindController.srRemind_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wxapi01.Controllers"> <Interviewers_bindController.srRemind_list> <all_number>1</all_number> <birthday>sample string 4</birthday> <dayToBirthday>5</dayToBirthday> <gonghao>sample string 3</gonghao> <name>sample string 2</name> </Interviewers_bindController.srRemind_list> <Interviewers_bindController.srRemind_list> <all_number>1</all_number> <birthday>sample string 4</birthday> <dayToBirthday>5</dayToBirthday> <gonghao>sample string 3</gonghao> <name>sample string 2</name> </Interviewers_bindController.srRemind_list> <Interviewers_bindController.srRemind_list> <all_number>1</all_number> <birthday>sample string 4</birthday> <dayToBirthday>5</dayToBirthday> <gonghao>sample string 3</gonghao> <name>sample string 2</name> </Interviewers_bindController.srRemind_list> </ArrayOfInterviewers_bindController.srRemind_list>