Add java client

This commit is contained in:
Changhua
2022-10-17 22:16:08 +08:00
parent 9fef73f9c2
commit 163d778e68
5 changed files with 299 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
syntax = "proto3";
package wcf;
option java_package = "com.iamteer.wcf";
service Wcf {
rpc RpcIsLogin(Empty) returns (Response) {}