...
Field | Type | Description | Required |
---|---|---|---|
code | string | 响应状态码。 200 : 成功。非200都是失败 | true |
msg | string | 响应状态描述 | true |
data | object | 数据 | -false |
errorCode | string错误状态码 | 错误状态码。 如果code返回非200,建议接口提供方必填 | false |
请求参数示例:
代码块 | ||||
---|---|---|---|---|
| ||||
{ "interfaceName": "接口通过", "checkType":true, "externalConditionUrl":"", "externalInformUrl":"", "externalConfigId": "7697ac58-0e30-4111-a169-9c96023aacf8", "externalConfigOperator": "ALL", "externalConfigValues": [ [ "shenfen" ] ], "userParam": { "audid": "720332229959618560", "openid": "wx35c610c7c049ce8287-8", "appId":"xxxxxxx", "componentId":"xxxxxxx", "flowId":"xxxxxxx", "appInstanceId": "自建应用的id", "identityId": "12345678", "identityType": "customerNo;", "phone": "18777777777", "realName": "张三", "address": "广东省深圳市南山区", "device": "ios/Android", "markFlag": "1", "payFeature": "厉害", "sex": "1", "customFields": [ { "fieldId": "132", "fieldType": "text", "fieldValue": "434334199111113445", "fieldNumValue": "自定义数值" }, { "fieldId": "133", "fieldType": "text", "fieldValue": "231231321222221113", "fieldNumValue": "自定义数值" } ] }, "authParams": [ { "chineseName": "开始日期", "englishName": "start_date", "paramType": "text", "values": "2021-07-01", "operator": null, "option": [], }, { "chineseName": "结束日期", "englishName": "end_date", "paramType": "text", "values": "2021-07-31", "operator": null, "option": [], }, { "chineseName": "首次办理", "englishName": "first_deal", "paramType": "select", "values": "1", "operator": null, "option": [], }, { "chineseName": "111", "englishName": "aa", "option": [], "paramType": "number", "values": "222", "operator": "EQ" }, { "chineseName": "版本", "englishName": "bb", "option": [ { "key": "我", "value": "哈哈" }, { "key": "你", "value": "哦哦发" } ], "paramType": "checkbox", "values": "我" }, { "chineseName": "此次", "englishName": "cc", "option": [], "paramType": "area", "values": [ 20, 202 ] }, { "chineseName": "外部接口参数", "englishName": "externalInterface", "paramType": "cascader", "option": [ { "label": "小程序分组", "value": "mini_app_group", "type": null, "children": [ { "label": "小程序新客", "value": "500500", "type": null, "children": [] }, { "label": "单位人员", "value": "7000661", "type": null, "children": [] } ] } ], "values": [ [ "mini_app_group" ] ], "operator": "IN" } ] } |
...