优化协议

This commit is contained in:
hahwu 2025-05-27 11:46:14 +08:00
parent dd8d2d6878
commit 0f181ecee9

View File

@ -3,6 +3,7 @@ syntax = "proto3";
package tutorial;
option go_package ="../msg"; // RPC文件生成路径地址
enum ITEM_POP_LABEL { // item弹窗标签
Playroom = 0;
PiggyBank = 1;
@ -82,6 +83,11 @@ enum HANDLE_TYPE {
enum RES_CODE {
FAIL = 0;
SUCCESS = 1;
Protocol_Error_Account_Exist = 100; //
Protocol_Error_Account_OR_PWD_ERROR = 101; //
Protocol_Error_Account_OR_PWD_Short = 102; //
Protocol_Error_Account_Fail = 103; //
Protocol_Error_Account_NoExsit = 104; //
}
enum ITEM_TYPE {