版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
languagejs
linenumberstrue
{
  "interfaceName": "接口通过",
  "userParam": {
    "audid": "720332229959618560",
    "openid":"wx35c610c7c049ce8287-8",
    "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", /*1社保卡,2/工会卡卡*/
	  "operator": null,
      "option": ""
    }
  ]
}

...