服务端注销业务 1、完善public.hpp 我们完善public.hpp #ifndef PUBLIC_H #define PUBLIC_H/* server和client的公共文件 */ enum EnMsgType {LOGIN_MSG = 1,//登录消息LOGIN_MSG_AC