mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-02 21:52:34 +08:00
增加hprpc第三方库
This commit is contained in:
@@ -18,7 +18,7 @@ abstract class phprpc {
|
||||
*/
|
||||
public function __construct() {
|
||||
//导入类库
|
||||
think\loader::import('Vendor.phpRPC.phprpc_server');
|
||||
think\loader::import('vendor.phprpc.phprpc_server');
|
||||
//实例化phprpc
|
||||
$server = new \PHPRPC_Server();
|
||||
$server->add($this);
|
||||
|
||||
Reference in New Issue
Block a user