WeChatHelper/MMPro/micromsg/proto/JsApiBaseResponse.proto
2024-06-11 08:43:45 +08:00

10 lines
168 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message JsApiBaseResponse {
optional uint32 _Errcode = 1;
optional string _Errmsg = 2;
optional string _Errno = 3;
}