template_1.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "templateName":"小程序管理",
  3. "templateCode":"smallWeChat",
  4. "templateKey":"weChatId",
  5. "templateKeyName":"编码",
  6. "searchCode": "name",
  7. "searchName": "小程序名称",
  8. "conditions": [
  9. {
  10. "name": "小程序名称",
  11. "inputType": "input",
  12. "code": "name",
  13. "whereCondition": "equal"
  14. },
  15. {
  16. "name": "appId",
  17. "inputType": "input",
  18. "code": "appId",
  19. "whereCondition": "equal"
  20. }
  21. ],
  22. "columns":[
  23. {
  24. "code":"name",
  25. "cnCode":"小程序名称",
  26. "desc":"必填,请填写小程序名称",
  27. "required":true,
  28. "hasDefaultValue":false,
  29. "inputType": "input",
  30. "limit":"max",
  31. "limitParam":"1,100",
  32. "limitErrInfo":"小程序名称不能超过100位",
  33. "show": true
  34. },
  35. {
  36. "code": "appId",
  37. "cnCode":"appId",
  38. "desc":"必填,请填写appId",
  39. "required":true,
  40. "hasDefaultValue":false,
  41. "inputType": "input",
  42. "limit":"maxin",
  43. "limitParam":"1,100",
  44. "limitErrInfo":"appId不能超过100位",
  45. "show": true
  46. },
  47. {
  48. "code":"appSecret",
  49. "cnCode":"应用密钥",
  50. "desc":"必填,请填写应用密钥",
  51. "required":true,
  52. "hasDefaultValue":false,
  53. "inputType": "input",
  54. "limit":"maxin",
  55. "limitParam":"1,200",
  56. "limitErrInfo":"应用密钥不能超过200个字符",
  57. "show": true
  58. },
  59. {
  60. "code": "payPassword",
  61. "cnCode":"支付密码",
  62. "desc":"必填,请填写支付密码",
  63. "required":true,
  64. "hasDefaultValue":false,
  65. "inputType": "input",
  66. "limit":"maxin",
  67. "limitParam":"1,200",
  68. "limitErrInfo":"支付密码不能超过200个字符",
  69. "show": true
  70. }
  71. ]
  72. }