Hprose是会报错的?

浏览:1695 发布日期:2013/12/30 分类:求助交流 关键字: Hprose RPC
会报这个错误,是不是还有什么别的代码没有更新到github上?
错误如图:
namespace Home\Controller;

use Think\Controller\HproseController;

class CodeController extends HproseController
{
    public function test1()
    {
        return 'test1';
        $this->display();
    }
    public function  test2()
    {
        return 'test2';
        $this->display();
    }
最佳答案
评论( 相关
后面还有条评论,点击查看>>