Skip to content
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

服务间通过远程代理调用异常,请帮忙给看一下? #41

Closed
daofenglg opened this issue Jan 6, 2018 · 1 comment
Closed

Comments

@daofenglg
Copy link

qq 20180106133010
我用这种方式远程调用接口,同时已经将远程接口引用到项目中

this.GetService<IProductService>().GetProduct(1);

远程服务接口声明

[Service(Date ="20180106",Director ="",Name ="获取产品数据")]
  Task<string> GetProduct(int id);

请帮忙分析一下原因,看看我的用法有问题吗,顺便能给出一个服务间调用的实例demo么,这个比较急,谢谢了!

@daofenglg
Copy link
Author

问题解决,谢谢您了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant