| 123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- declare(strict_types=1);
- return [
- [
- 'type' => 'input',
- 'title' => '应用市场服务器地址',
- 'field' => 'market_server_url',
- 'value' => 'http://apix.jd29.com',
- 'props' => [
- 'placeholder' => '请输入应用市场服务器地址',
- ],
- '_fc_id' => 'id_Fsfdmeegdfsrafc',
- 'name' => 'ref_Fbqmmeegdfsragc',
- '_fc_drag_tag' => 'input',
- 'display' => true,
- 'hidden' => false,
- 'info' => '应用市场服务器地址',
- ],
- [
- 'type' => 'input',
- 'title' => '应用市场API密钥',
- 'field' => 'market_api_key',
- 'props' => [
- 'placeholder' => '请输入应用市场API密钥',
- 'rows' => 4,
- 'type' => 'textarea'
- ],
- '_fc_id' => 'id_Fjjbmeegdfsrabc',
- 'name' => 'ref_Fstymeegdfsracc',
- '_fc_drag_tag' => 'input',
- 'display' => true,
- 'hidden' => false,
- 'info' => '应用市场API密钥',
- ],
- ];
|