You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
return [
|
|
'his_soap' => [
|
|
'url' => '',
|
|
'location' => '',
|
|
'service_type_namespace' => 'HisSoapService\ServiceType\\',
|
|
'struct_type_namespace' => 'HisSoapService\StructType\\',
|
|
// 不记录日志的数组请求
|
|
'not_log_arr' => [],
|
|
// 是否模拟数据
|
|
'is_mock' => true,
|
|
],
|
|
];
|
|
|