api_setting.php 298 B

12345678910111213
  1. <?php
  2. $config = include('platform_request_body.php');
  3. unset($config['struct']['platform_id']);
  4. $config['struct'] += array
  5. (
  6. 'api_id' => array
  7. (
  8. 'name' => '接口id',
  9. 'type' => 'int(11)',
  10. ),
  11. );
  12. $config['name'] = '接口参数配置';
  13. return $config;