api_query.php 276 B

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