| 12345678910111213 | <?php$config = include('platform_request_body.php');unset($config['struct']['platform_id']);$config['struct'] += array(    'api_id' => array    (        'name'      => '接口id',        'type'      => 'int(11)',    ),);$config['name'] = '接口请求头参数配置';return $config;
 |