8 lines
132 B
PHP
8 lines
132 B
PHP
<?php
|
|
|
|
return [
|
|
'Name' => '用户描述',
|
|
'Key' => '分配的key',
|
|
'Public_key' => '对方调用公钥'
|
|
];
|