提交 b8c77916 编写于 作者: 若汝棋茗

修复示例demo

上级 92df955c
......@@ -10,11 +10,11 @@ namespace RpcClassLibrary.ServerInterface
/// <summary>
/// 定义服务接口。
/// </summary>
[GeneratorRpcProxy(Prefix = "RpcClassLibrary",MethodFlags = MethodFlags.IncludeCallContext)]
public interface IUserServer:IRpcServer
[GeneratorRpcProxy(MethodFlags = MethodFlags.IncludeCallContext)]
public interface IUserServer : IRpcServer
{
[GeneratorRpcMethod]
[TouchRpc]
LoginResponse Login(ICallContext callContext,LoginRequest request);
[TouchRpc(MethodFlags = MethodFlags.IncludeCallContext)]
LoginResponse Login(ICallContext callContext, LoginRequest request);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册