| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- <?php
- declare(strict_types=1);
- return json_decode(<<<'JSON'
- [
- {
- "type": "elCard",
- "props": {
- "header": "小程序配置"
- },
- "style": {
- "width": "100%"
- },
- "children": [
- {
- "type": "input",
- "field": "app_id",
- "title": "AppID",
- "info": "小程序ID",
- "$required": true,
- "_fc_id": "id_Fhfjme1h84umaic",
- "name": "ref_F1w1me1h84umanc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "input"
- },
- {
- "type": "input",
- "field": "secret",
- "title": "Secret",
- "info": "小程序密钥",
- "$required": true,
- "_fc_id": "id_Ff4eme1h84umajc",
- "name": "ref_F4e4me1h84umaoc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "input"
- },
- {
- "type": "input",
- "field": "token",
- "title": "Token",
- "info": "令牌",
- "$required": false,
- "_fc_id": "id_Fsvmme1h84umakc",
- "name": "ref_Fwpome1h84umapc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "input"
- },
- {
- "type": "input",
- "field": "aes_key",
- "title": "AesKey",
- "info": "消息加解密密钥",
- "$required": false,
- "_fc_id": "id_Fvacme1h84umalc",
- "name": "ref_F95lme1h84umaqc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "input"
- }
- ],
- "_fc_id": "id_Fcoyme1h84umamc",
- "name": "ref_Fjjpme1h84umarc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "elCard"
- },
- {
- "type": "elDivider",
- "children": [
- "合作模式可添加更多小程序配置"
- ],
- "_fc_id": "id_Fh48me1h9nyiasc",
- "name": "ref_Fne0me1h9nyiatc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "elDivider"
- },
- {
- "type": "group",
- "field": "extend",
- "title": "",
- "info": "",
- "$required": false,
- "props": {
- "rule": [
- {
- "type": "elCard",
- "props": {
- "header": "小程序配置"
- },
- "style": {
- "width": "100%"
- },
- "children": [
- {
- "type": "input",
- "field": "app_id",
- "title": "AppID",
- "info": "小程序ID",
- "$required": true,
- "_fc_id": "id_Feovmcukngjfaec",
- "name": "ref_Fgtpmcukngjfafc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "input"
- },
- {
- "type": "input",
- "field": "secret",
- "title": "Secret",
- "info": "小程序密钥",
- "$required": true,
- "_fc_id": "id_F1xzmcuknlkuakc",
- "name": "ref_F69cmcuknlkualc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "input"
- },
- {
- "type": "input",
- "field": "token",
- "title": "Token",
- "info": "令牌",
- "$required": false,
- "_fc_id": "id_Fru1mcuknj74ahc",
- "name": "ref_Fvm3mcuknj74aic",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "input"
- },
- {
- "type": "input",
- "field": "aes_key",
- "title": "AesKey",
- "info": "消息加解密密钥",
- "$required": false,
- "_fc_id": "id_Fsjxmcuknr6ganc",
- "name": "ref_F2m8mcuknr6gaoc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "input"
- }
- ],
- "_fc_id": "id_F7dzmcukn3xkabc",
- "name": "ref_F5jgmcukn3xkacc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "elCard"
- }
- ]
- },
- "_fc_id": "id_Fd15me1h6josacc",
- "name": "ref_Fe53me1h6josadc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "group"
- }
- ]
- JSON, true);
|