| 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;
 
 
  |