| | |
| | | { |
| | | "templateName":"金币设置", |
| | | "templateCode":"systemGoldSetting", |
| | | "templateKey":"settingId", |
| | | "templateKeyName":"设置ID", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置ID", |
| | | "directories": "admin", |
| | | "templateName":"账户提现", |
| | | "templateCode":"accountWithdrawalApply", |
| | | "templateKey":"applyId", |
| | | "templateKeyName":"提现ID", |
| | | "searchCode": "applyId", |
| | | "searchName": "提现ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "活动标题", |
| | | "name": "申请人名称", |
| | | "inputType": "input", |
| | | "code": "title", |
| | | "code": "applyUserName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "申请人电话", |
| | | "inputType": "input", |
| | | "code": "applyUserTel", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"goldName", |
| | | "cnCode":"名称", |
| | | "desc":"必填,请填写名称", |
| | | "code":"amount", |
| | | "cnCode":"提现金额", |
| | | "desc":"必填,请填写提现金额", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,64", |
| | | "limitErrInfo":"名称不能超过64位", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"提现金额格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "goldType", |
| | | "cnCode":"类型", |
| | | "code": "applyUserId", |
| | | "cnCode":"申请人ID", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"1001", |
| | | "selectValueName":"普通金币", |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "buyPrice", |
| | | "cnCode":"购买价格", |
| | | "desc":"必填,请填写购买金币价格", |
| | | "code": "applyUserName", |
| | | "cnCode":"申请人名称", |
| | | "desc":"必填,请填写申请人名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"购买价格格式错误", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"申请人名称不能超过20位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "usePrice", |
| | | "cnCode":"使用价格", |
| | | "desc":"必填,请填写使用价格", |
| | | "code": "applyUserTel", |
| | | "cnCode":"申请人电话", |
| | | "desc":"必填,请填写申请人电话", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"使用价格格式错误", |
| | | "limitErrInfo":"申请人电话格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "validity", |
| | | "cnCode":"有效期", |
| | | "desc":"必填,请填写有效期", |
| | | "code": "context", |
| | | "cnCode":"申请说明", |
| | | "desc":"请填写申请说明", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"有效期必须为整数", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "state", |
| | | "cnCode":"状态", |
| | | "desc":"必填,请选择状态", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"001,002", |
| | | "selectValueName":"启用,停用", |
| | | "limit":"maxLength", |
| | | "limitParam":"12", |
| | | "limitErrInfo":"状态格式错误", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"申请说明不能超过500", |
| | | "show": true |
| | | } |
| | | ] |