WeChatHelper/MMPro/micromsg/proto/JsApiBaseResponse.proto

10 lines
168 B
Protocol Buffer
Raw Normal View History

2024-06-11 08:43:45 +08:00
syntax = "proto2";
package MMPro.micromsg;
message JsApiBaseResponse {
optional uint32 _Errcode = 1;
optional string _Errmsg = 2;
optional string _Errno = 3;
}