delete msg from server

This commit is contained in:
wenxu12345
2022-03-16 10:44:58 +08:00
parent e95644ada2
commit 5f37414fee
3 changed files with 7 additions and 6 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
syntax = "proto3";
option go_package = "./sdk_ws;server_api_params";
package server_api_params;//The package name to which the proto file belongs
//option go_package = "./sdk_ws;open_im_sdk";//The generated go pb file is in the current directory, and the package name is open_im_sdk
package server_api_params;
////////////////////////////////base///////////////////////////////