This commit is contained in:
2025-03-17 11:27:07 +08:00
parent 7a7f432006
commit 5febeca83f
6805 changed files with 6 additions and 6 deletions

12
front/public/test.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
require __DIR__ . '/vendor/autoload.php';
use React\EventLoop\Factory;
use React\Socket\TcpConnector;
use React\Socket\SecureConnector;
use React\Socket\ConnectionInterface;
// 配置您的讯飞应用信息
$appId = '您的应用ID';
$apiKey = '您的apiKey';