| | |
| | | "templateKeyName":"服务ID", |
| | | "searchCode": "name", |
| | | "searchName": "服务名称", |
| | | "conditions": [ |
| | | { |
| | | "name": "应用名称", |
| | | "inputType": "choose", |
| | | "componentName": "chooseApp", |
| | | "code": "appName", |
| | | "key": "appId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "服务名称", |
| | | "inputType": "input", |
| | | "code": "serviceName", |
| | | "whereCondition": "like" |
| | | }, |
| | | { |
| | | "name": "服务编码", |
| | | "inputType": "input", |
| | | "code": "serviceCode", |
| | | "whereCondition": "like" |
| | | }, |
| | | { |
| | | "name": "调用地址", |
| | | "inputType": "input", |
| | | "code": "serviceUrl", |
| | | "whereCondition": "like" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"name", |
| | |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"50", |
| | | "limitErrInfo":"服务名称不能超过50" |
| | | "limitErrInfo":"服务名称不能超过50", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"serviceCode", |
| | |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"2,50", |
| | | "limitErrInfo":"服务编码必须在2至50字符之间" |
| | | "limitErrInfo":"服务编码必须在2至50字符之间", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"businessTypeCd", |
| | |
| | | "inputType":"none", |
| | | "limit":"maxin", |
| | | "limitParam":"2,4", |
| | | "limitErrInfo":"业务类型必须为API" |
| | | "limitErrInfo":"业务类型必须为API", |
| | | "show": false |
| | | }, |
| | | |
| | | { |
| | |
| | | "inputType":"none", |
| | | "limit":"maxLength", |
| | | "limitParam":"1", |
| | | "limitErrInfo":"序列格式错误" |
| | | "limitErrInfo":"序列格式错误", |
| | | "show": false |
| | | }, |
| | | |
| | | { |
| | | "code":"messageQueueName", |
| | | "cnCode":"消息队列", |
| | |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"50", |
| | | "limitErrInfo":"消息队列不能超过50" |
| | | } |
| | | , |
| | | |
| | | "limitErrInfo":"消息队列不能超过50", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"isInstance", |
| | | "cnCode":"是否实例", |
| | |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"50", |
| | | "limitErrInfo":"实例不能超过50" |
| | | "limitErrInfo":"实例不能超过50", |
| | | "show": false |
| | | } |
| | | , |
| | | |
| | |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"调用地址不能超过200" |
| | | "limitErrInfo":"调用地址不能超过200", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"method", |
| | |
| | | "selectValueName":"http get,http post", |
| | | "limit":"maxLength", |
| | | "limitParam":"50", |
| | | "limitErrInfo":"调用方式不能超过50" |
| | | "limitErrInfo":"调用方式不能超过50", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"timeout", |
| | |
| | | "inputType":"input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"超时时间必须为数字" |
| | | "limitErrInfo":"超时时间必须为数字", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code":"retryCount", |
| | |
| | | "inputType":"input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"重试次数必须为数字" |
| | | "limitErrInfo":"重试次数必须为数字", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code":"provideAppId", |
| | |
| | | "inputType":"none", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"重试次数必须为数字" |
| | | "limitErrInfo":"重试次数必须为数字", |
| | | "show": false |
| | | } |
| | | |
| | | ] |
| | | } |