account_setting.php 725 B

123456789101112131415161718192021
  1. <?php
  2. return [
  3. 'update' => [
  4. 'field' => [
  5. 'platform_setting_id' => 'hidden',
  6. 'platform_setting_name' => [
  7. 'name' => '参数名',
  8. 'type' => 'show',
  9. 'default' => 'Dever::db("api/platform_setting")->find("{platform_setting_id}")["name"]',
  10. //'disable' => true,
  11. //'option' => 'Dever::call("api/app.getSetting", '.$account['platform_id'].')',
  12. //'remote' => 'api/manage.getSettingName',
  13. //'remote_default' => false,
  14. ],
  15. 'value' => [
  16. 'type' => 'textarea',
  17. 'autosize' => ['minRows' => 2],
  18. ],
  19. ],
  20. ],
  21. ];