| | |
| | | { |
| | | "templateName":"服务绑定", |
| | | "templateCode":"serviceRegister", |
| | | "templateKey":"id", |
| | | "templateKeyName":"绑定ID", |
| | | "searchCode": "name", |
| | | "searchName": "服务名称", |
| | | "templateName":"活动", |
| | | "templateCode":"activities", |
| | | "templateKey":"activitiesId", |
| | | "templateKeyName":"活动ID", |
| | | "searchCode": "title", |
| | | "searchName": "活动标题", |
| | | "conditions": [ |
| | | { |
| | | "name": "应用名称", |
| | | "inputType": "choose", |
| | | "componentName": "chooseApp", |
| | | "code": "appName", |
| | | "key": "appId", |
| | | "name": "活动标题", |
| | | "inputType": "input", |
| | | "code": "title", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "服务名称", |
| | | "inputType": "input", |
| | | "code": "serviceName", |
| | | "whereCondition": "like" |
| | | "name": "活动类型", |
| | | "inputType": "select", |
| | | "selectValue":"10001,10002", |
| | | "selectValueName":"小区文化,其他", |
| | | "code": "typeCd", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "服务编码", |
| | | "name": "员工名称", |
| | | "inputType": "input", |
| | | "code": "serviceCode", |
| | | "whereCondition": "like" |
| | | "code": "userName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "调用地址", |
| | | "name": "活动ID", |
| | | "inputType": "input", |
| | | "code": "serviceUrl", |
| | | "whereCondition": "like" |
| | | "code": "activitiesId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"appId", |
| | | "cnCode":"应用ID", |
| | | "desc":"必填,请填写应用ID", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"50", |
| | | "limitErrInfo":"应用ID不能超过50", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"serviceId", |
| | | "cnCode":"服务ID", |
| | | "desc":"必填,请填写服务ID", |
| | | "code":"title", |
| | | "cnCode":"活动标题", |
| | | "desc":"必填,请填写业活动标题", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"2,50", |
| | | "limitErrInfo":"服务ID必须在2至50字符之间", |
| | | "limitParam":"1,200", |
| | | "limitErrInfo":"活动标题不能超过200位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"orderTypeCd", |
| | | "cnCode":"订单类型", |
| | | "desc":"必填,请填写订单类型", |
| | | "code": "typeCd", |
| | | "cnCode":"活动类型", |
| | | "desc":"必填,请选择活动类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"select", |
| | | "selectValue":"Q,D", |
| | | "selectValueName":"查询,业务受理", |
| | | "limit":"maxin", |
| | | "limitParam":"1,4", |
| | | "limitErrInfo":"订单类型错误", |
| | | "show": true |
| | | }, |
| | | |
| | | { |
| | | "code":"invokeLimitTimes", |
| | | "cnCode":"调用次数", |
| | | "desc":"必填,请填写调用次数", |
| | | "required":true, |
| | | "hasDefaultValue":true, |
| | | "defaultValue":"1000", |
| | | "inputType":"input", |
| | | "inputType": "select", |
| | | "selectValue":"10001,10002", |
| | | "selectValueName":"小区文化,其他", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"调用次数错误", |
| | | "show": false |
| | | "limitErrInfo":"活动类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"invokeModel", |
| | | "cnCode":"调用方式", |
| | | "desc":"可填,请填写消息队列,订单在异步调用时使用", |
| | | "code": "headerImg", |
| | | "cnCode":"头部照片", |
| | | "desc":"必填,请选择头部照片", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"select", |
| | | "selectValue":"S,A", |
| | | "selectValueName":"同步方式,异步方式", |
| | | "limit":"maxLength", |
| | | "limitParam":"50", |
| | | "limitErrInfo":"消息队列不能超过50", |
| | | "show": false |
| | | "inputType": "input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,200", |
| | | "limitErrInfo":"头部照片格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "context", |
| | | "cnCode":"活动内容", |
| | | "desc":"必填,请填写活动内容", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,4000", |
| | | "limitErrInfo":"活动内容太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode":"开始时间", |
| | | "desc":"必填,请选择开始时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"date", |
| | | "limitParam":"", |
| | | "limitErrInfo":"开始时间格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "endTime", |
| | | "cnCode":"结束时间", |
| | | "desc":"必填,请选择结束时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"date", |
| | | "limitParam":"", |
| | | "limitErrInfo":"结束时间格式错误", |
| | | "show": true |
| | | } |
| | | ] |
| | | } |