7 lines
96 B
PHP
7 lines
96 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Key' => '分配的key',
|
||
|
'Public_key' => '对方调用公钥'
|
||
|
];
|