9 lines
148 B
PHP
Executable File
9 lines
148 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Name' => 'AI客服名称',
|
|
'Server_url' => '服务地址',
|
|
'Apikey' => 'apikey'
|
|
];
|