api_request_header.php 279 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;