Skip to content

Commit 5a54fc1

Browse files
committed
注释调整
1 parent 79d3cb0 commit 5a54fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ThinkPHP/Library/Think/Controller/HproseController.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct() {
3030
$this->_initialize();
3131
//导入类库
3232
Vendor('Hprose.HproseHttpServer');
33-
//实例化phprpc
33+
//实例化HproseHttpServer
3434
$server = new \HproseHttpServer();
3535
if($this->allowMethodList){
3636
$methods = $this->allowMethodList;

ThinkPHP/Library/Think/Controller/JsonRpcController.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct() {
2424
$this->_initialize();
2525
//导入类库
2626
Vendor('jsonRPC.jsonRPCServer');
27-
//实例化phprpc
27+
// 启动server
2828
\jsonRPCServer::handle($this);
2929
}
3030

0 commit comments

Comments
 (0)