-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用中遇到的问题 #12
Comments
错误信息 |
服务端 addInstanceMethods($service); return $server->start(); } } 客服端 public function actionIndex() { $user = new Client('http://app.leslack.local/member/core/user'); $uid = $user->hello([ 'uid' => '22222', ]); } |
你的代码看不到。 |
来自一名小白的 提问
最想想使用hprose 这是我的错误信息
这个是服务端代码
客户端
麻烦帮我看下是哪里的问题呢,hprose的资料实在太少了 没有找到 谢谢了
The text was updated successfully, but these errors were encountered: