[ 'url' => '', 'location' => '', 'service_type_namespace' => 'HisSoapService\ServiceType\\', 'struct_type_namespace' => 'HisSoapService\StructType\\', // 不记录日志的请求数组 'not_log_arr' => [], // 是否模拟数据 'is_mock' => true, ], // HIS API服务 -- 方鼎中间件转发 'his_api' => [ // 测试地址 'url' => 'http://192.168.61.45:8809/api/WeChatDomain/', // 不记录日志的请求数组 'not_log_arr' => [''], // 是否模拟数据 'is_mock' => true, // guzzle/client options 'options' => [ 'timeout' => 60 ] ] ];