POST jyb
健易保综合接口
请求的信息
URI参数
None.
Body参数
IntegratedInterfaceInfo名称 | 描述 | 类型 | 其它信息 |
---|---|---|---|
method |
接口方法 |
string |
None. |
sign |
签名串 |
string |
None. |
checkType |
验证类型 |
string |
None. |
value |
会员卡号/手机号 |
string |
None. |
vipNoList |
会员卡号数组 |
Collection of string |
None. |
startDate |
开始日期 格式:YYYY-MM-DD |
string |
None. |
endDate |
结束日期 格式:YYYY-MM-DD |
string |
None. |
请求格式
application/json, text/json
Sample:
{ "method": "sample string 1", "sign": "sample string 2", "checkType": "sample string 3", "value": "sample string 4", "vipNoList": [ "sample string 1", "sample string 2", "sample string 3" ], "startDate": "sample string 5", "endDate": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfIntegratedInterfaceModel名称 | 描述 | 类型 | 其它信息 |
---|---|---|---|
Content | IntegratedInterfaceModel |
None. |
响应格式
application/json, text/json
Sample:
{ "content": { "$id": "2", "success": true, "message": "sample string 2", "data": { "$id": "3" }, "isVip": "sample string 4", "vipInfo": [ { "$id": "4", "vipNo": "sample string 1", "mobile": "sample string 2", "name": "sample string 3", "gender": "sample string 4", "idCard": "sample string 5" }, { "$ref": "4" }, { "$ref": "4" } ] } }