{ "templateName":"应用", "templateCode":"app", "templateKey":"appId", "templateKeyName":"应用Id", "columns":[ { "code":"name", "cnCode":"应用名称", "desc":"必填,请填写应用名称", "required":true, "hasDefaultValue":false, "inputType":"input", "limit":"maxin", "limitParam":"2,50", "limitErrInfo":"应用名称必须在2至50字符之间" }, { "code":"securityCode", "cnCode":"秘钥", "desc":"可填,请填写秘钥,如果填写了需要加密传输", "required":false, "hasDefaultValue":false, "inputType":"input", "limit":"maxLength", "limitParam":"64", "limitErrInfo":"秘钥太长超过64位" }, { "code":"whileListIp", "cnCode":"白名单", "desc":"可填,请填写白名单IP,以,号分割", "required":false, "hasDefaultValue":false, "inputType":"input", "limit":"maxLength", "limitParam":"200", "limitErrInfo":"白名单内容不能超过200" }, { "code":"blackListIp", "cnCode":"黑名单", "desc":"可填,请填写黑名单IP,以,号分割", "required":false, "hasDefaultValue":false, "defaultValue":"", "inputType":"input", "limit":"maxLength", "limitParam":"200", "limitErrInfo":"黑名单内容不能超过200" }, { "code":"remark", "cnCode":"备注", "desc":"可填,请填写备注", "required":false, "hasDefaultValue":false, "defaultValue":"", "inputType":"textarea", "limit":"maxLength", "limitParam":"200", "limitErrInfo":"备注内容不能超过200" } ] }