|
|
@@ -352,6 +352,54 @@ public final class SystemMI1 {
|
|
|
*/
|
|
|
com.google.protobuf.ByteString
|
|
|
getLoginCodeBytes();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 14;</code>
|
|
|
+ * @return Whether the clientSystemInfo field is set.
|
|
|
+ */
|
|
|
+ boolean hasClientSystemInfo();
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 14;</code>
|
|
|
+ * @return The clientSystemInfo.
|
|
|
+ */
|
|
|
+ com.google.protobuf.ByteString getClientSystemInfo();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return Whether the clientAppID field is set.
|
|
|
+ */
|
|
|
+ boolean hasClientAppID();
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return The clientAppID.
|
|
|
+ */
|
|
|
+ java.lang.String getClientAppID();
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return The bytes for clientAppID.
|
|
|
+ */
|
|
|
+ com.google.protobuf.ByteString
|
|
|
+ getClientAppIDBytes();
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
@@ -378,6 +426,8 @@ public final class SystemMI1 {
|
|
|
deviceID_ = "";
|
|
|
environmentInfo_ = "";
|
|
|
loginCode_ = "";
|
|
|
+ clientSystemInfo_ = com.google.protobuf.ByteString.EMPTY;
|
|
|
+ clientAppID_ = "";
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
@@ -492,6 +542,17 @@ public final class SystemMI1 {
|
|
|
loginCode_ = bs;
|
|
|
break;
|
|
|
}
|
|
|
+ case 114: {
|
|
|
+ bitField0_ |= 0x00002000;
|
|
|
+ clientSystemInfo_ = input.readBytes();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 122: {
|
|
|
+ com.google.protobuf.ByteString bs = input.readBytes();
|
|
|
+ bitField0_ |= 0x00004000;
|
|
|
+ clientAppID_ = bs;
|
|
|
+ break;
|
|
|
+ }
|
|
|
default: {
|
|
|
if (!parseUnknownField(
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
|
@@ -1151,6 +1212,93 @@ public final class SystemMI1 {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ public static final int CLIENTSYSTEMINFO_FIELD_NUMBER = 14;
|
|
|
+ private com.google.protobuf.ByteString clientSystemInfo_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 14;</code>
|
|
|
+ * @return Whether the clientSystemInfo field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasClientSystemInfo() {
|
|
|
+ return ((bitField0_ & 0x00002000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 14;</code>
|
|
|
+ * @return The clientSystemInfo.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString getClientSystemInfo() {
|
|
|
+ return clientSystemInfo_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int CLIENTAPPID_FIELD_NUMBER = 15;
|
|
|
+ private volatile java.lang.Object clientAppID_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return Whether the clientAppID field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasClientAppID() {
|
|
|
+ return ((bitField0_ & 0x00004000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return The clientAppID.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getClientAppID() {
|
|
|
+ java.lang.Object ref = clientAppID_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ } else {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ if (bs.isValidUtf8()) {
|
|
|
+ clientAppID_ = s;
|
|
|
+ }
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return The bytes for clientAppID.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getClientAppIDBytes() {
|
|
|
+ java.lang.Object ref = clientAppID_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ clientAppID_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@java.lang.Override
|
|
|
public final boolean isInitialized() {
|
|
|
@@ -1204,6 +1352,12 @@ public final class SystemMI1 {
|
|
|
if (((bitField0_ & 0x00001000) != 0)) {
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, loginCode_);
|
|
|
}
|
|
|
+ if (((bitField0_ & 0x00002000) != 0)) {
|
|
|
+ output.writeBytes(14, clientSystemInfo_);
|
|
|
+ }
|
|
|
+ if (((bitField0_ & 0x00004000) != 0)) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 15, clientAppID_);
|
|
|
+ }
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
|
|
|
@@ -1257,6 +1411,13 @@ public final class SystemMI1 {
|
|
|
if (((bitField0_ & 0x00001000) != 0)) {
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, loginCode_);
|
|
|
}
|
|
|
+ if (((bitField0_ & 0x00002000) != 0)) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeBytesSize(14, clientSystemInfo_);
|
|
|
+ }
|
|
|
+ if (((bitField0_ & 0x00004000) != 0)) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, clientAppID_);
|
|
|
+ }
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
return size;
|
|
|
@@ -1337,6 +1498,16 @@ public final class SystemMI1 {
|
|
|
if (!getLoginCode()
|
|
|
.equals(other.getLoginCode())) return false;
|
|
|
}
|
|
|
+ if (hasClientSystemInfo() != other.hasClientSystemInfo()) return false;
|
|
|
+ if (hasClientSystemInfo()) {
|
|
|
+ if (!getClientSystemInfo()
|
|
|
+ .equals(other.getClientSystemInfo())) return false;
|
|
|
+ }
|
|
|
+ if (hasClientAppID() != other.hasClientAppID()) return false;
|
|
|
+ if (hasClientAppID()) {
|
|
|
+ if (!getClientAppID()
|
|
|
+ .equals(other.getClientAppID())) return false;
|
|
|
+ }
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
|
@@ -1401,6 +1572,14 @@ public final class SystemMI1 {
|
|
|
hash = (37 * hash) + LOGINCODE_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + getLoginCode().hashCode();
|
|
|
}
|
|
|
+ if (hasClientSystemInfo()) {
|
|
|
+ hash = (37 * hash) + CLIENTSYSTEMINFO_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getClientSystemInfo().hashCode();
|
|
|
+ }
|
|
|
+ if (hasClientAppID()) {
|
|
|
+ hash = (37 * hash) + CLIENTAPPID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getClientAppID().hashCode();
|
|
|
+ }
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
|
@@ -1569,6 +1748,10 @@ public final class SystemMI1 {
|
|
|
bitField0_ = (bitField0_ & ~0x00000800);
|
|
|
loginCode_ = "";
|
|
|
bitField0_ = (bitField0_ & ~0x00001000);
|
|
|
+ clientSystemInfo_ = com.google.protobuf.ByteString.EMPTY;
|
|
|
+ bitField0_ = (bitField0_ & ~0x00002000);
|
|
|
+ clientAppID_ = "";
|
|
|
+ bitField0_ = (bitField0_ & ~0x00004000);
|
|
|
return this;
|
|
|
}
|
|
|
|
|
|
@@ -1653,6 +1836,14 @@ public final class SystemMI1 {
|
|
|
to_bitField0_ |= 0x00001000;
|
|
|
}
|
|
|
result.loginCode_ = loginCode_;
|
|
|
+ if (((from_bitField0_ & 0x00002000) != 0)) {
|
|
|
+ to_bitField0_ |= 0x00002000;
|
|
|
+ }
|
|
|
+ result.clientSystemInfo_ = clientSystemInfo_;
|
|
|
+ if (((from_bitField0_ & 0x00004000) != 0)) {
|
|
|
+ to_bitField0_ |= 0x00004000;
|
|
|
+ }
|
|
|
+ result.clientAppID_ = clientAppID_;
|
|
|
result.bitField0_ = to_bitField0_;
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
@@ -1757,6 +1948,14 @@ public final class SystemMI1 {
|
|
|
loginCode_ = other.loginCode_;
|
|
|
onChanged();
|
|
|
}
|
|
|
+ if (other.hasClientSystemInfo()) {
|
|
|
+ setClientSystemInfo(other.getClientSystemInfo());
|
|
|
+ }
|
|
|
+ if (other.hasClientAppID()) {
|
|
|
+ bitField0_ |= 0x00004000;
|
|
|
+ clientAppID_ = other.clientAppID_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
return this;
|
|
|
@@ -3026,6 +3225,172 @@ public final class SystemMI1 {
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
+
|
|
|
+ private com.google.protobuf.ByteString clientSystemInfo_ = com.google.protobuf.ByteString.EMPTY;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 14;</code>
|
|
|
+ * @return Whether the clientSystemInfo field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasClientSystemInfo() {
|
|
|
+ return ((bitField0_ & 0x00002000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 14;</code>
|
|
|
+ * @return The clientSystemInfo.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString getClientSystemInfo() {
|
|
|
+ return clientSystemInfo_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 14;</code>
|
|
|
+ * @param value The clientSystemInfo to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setClientSystemInfo(com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ bitField0_ |= 0x00002000;
|
|
|
+ clientSystemInfo_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 14;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearClientSystemInfo() {
|
|
|
+ bitField0_ = (bitField0_ & ~0x00002000);
|
|
|
+ clientSystemInfo_ = getDefaultInstance().getClientSystemInfo();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object clientAppID_ = "";
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return Whether the clientAppID field is set.
|
|
|
+ */
|
|
|
+ public boolean hasClientAppID() {
|
|
|
+ return ((bitField0_ & 0x00004000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return The clientAppID.
|
|
|
+ */
|
|
|
+ public java.lang.String getClientAppID() {
|
|
|
+ java.lang.Object ref = clientAppID_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ if (bs.isValidUtf8()) {
|
|
|
+ clientAppID_ = s;
|
|
|
+ }
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return The bytes for clientAppID.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getClientAppIDBytes() {
|
|
|
+ java.lang.Object ref = clientAppID_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ clientAppID_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @param value The clientAppID to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setClientAppID(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ bitField0_ |= 0x00004000;
|
|
|
+ clientAppID_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearClientAppID() {
|
|
|
+ bitField0_ = (bitField0_ & ~0x00004000);
|
|
|
+ clientAppID_ = getDefaultInstance().getClientAppID();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端AppID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional string ClientAppID = 15;</code>
|
|
|
+ * @param value The bytes for clientAppID to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setClientAppIDBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ bitField0_ |= 0x00004000;
|
|
|
+ clientAppID_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
@java.lang.Override
|
|
|
public final Builder setUnknownFields(
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
@@ -14574,42 +14939,43 @@ public final class SystemMI1 {
|
|
|
static {
|
|
|
java.lang.String[] descriptorData = {
|
|
|
"\n\017SystemMI1.proto\022\tSystemMI1\032\014Common.pro" +
|
|
|
- "to\032\017PublicMI1.proto\"\210\002\n\010LoginReq\022\034\n\006Head" +
|
|
|
+ "to\032\017PublicMI1.proto\"\267\002\n\010LoginReq\022\034\n\006Head" +
|
|
|
"er\030\001 \001(\0132\014.MessageHead\022\017\n\007LoginID\030\002 \001(\004\022" +
|
|
|
"\020\n\010LoginPWD\030\003 \001(\t\022\021\n\tLoginType\030\004 \001(\r\022\022\n\n" +
|
|
|
"ClientType\030\005 \001(\r\022\017\n\007Version\030\006 \001(\t\022\023\n\013Mob" +
|
|
|
"ilePhone\030\007 \001(\t\022\014\n\004GUID\030\010 \001(\t\022\017\n\007LoginIp\030" +
|
|
|
"\t \001(\t\022\021\n\tLoginPort\030\n \001(\r\022\020\n\010DeviceID\030\013 \001" +
|
|
|
"(\t\022\027\n\017EnvironmentInfo\030\014 \001(\t\022\021\n\tLoginCode" +
|
|
|
- "\030\r \001(\t\"\330\002\n\010LoginRsp\022\034\n\006Header\030\001 \001(\0132\014.Me" +
|
|
|
- "ssageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 " +
|
|
|
- "\001(\t\022\017\n\007LoginID\030\004 \001(\004\022\025\n\rLoginUserType\030\005 " +
|
|
|
- "\001(\r\022\025\n\rAccountStatus\030\006 \001(\r\022\016\n\006UserID\030\007 \001" +
|
|
|
- "(\r\022\024\n\014MemberUserID\030\010 \001(\r\022\022\n\nAccountIDs\030\t" +
|
|
|
- " \003(\004\022\r\n\005Token\030\n \001(\t\022\022\n\nSystemTime\030\013 \001(\004\022" +
|
|
|
- "\025\n\rHasUpdatedPwd\030\014 \001(\r\022\023\n\013PwdWrongCnt\030\r " +
|
|
|
- "\001(\r\022\027\n\017PwdWrongLockCnt\030\016 \001(\r\022\030\n\020LoginLoc" +
|
|
|
- "kHourNum\030\017 \001(\r\022\021\n\tLoginCode\030\020 \001(\t\"m\n\tLog" +
|
|
|
- "outReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007" +
|
|
|
- "LoginID\030\002 \001(\004\022\r\n\005Token\030\003 \001(\t\022\017\n\007LoginIp\030" +
|
|
|
- "\004 \001(\t\022\021\n\tLoginPort\030\005 \001(\r\"K\n\tLogoutRsp\022\034\n" +
|
|
|
- "\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007RetCode\030\002" +
|
|
|
- " \001(\005\022\017\n\007RetDesc\030\003 \001(\t\"t\n\rTokenCheckReq\022\034" +
|
|
|
- "\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007LoginID\030" +
|
|
|
- "\002 \001(\004\022\r\n\005Token\030\003 \001(\t\022\022\n\nSystemTime\030\004 \001(\004" +
|
|
|
- "\022\021\n\tCheckType\030\005 \001(\r\"\332\001\n\rTokenCheckRsp\022\034\n" +
|
|
|
- "\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007RetCode\030\002" +
|
|
|
- " \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\017\n\007LoginID\030\004 \001(\004\022\023" +
|
|
|
- "\n\013TokenStatus\030\005 \001(\r\022\025\n\rLoginUserType\030\006 \001" +
|
|
|
- "(\r\022\016\n\006UserID\030\007 \001(\r\022\024\n\014MemberUserID\030\010 \001(\r" +
|
|
|
- "\022\022\n\nAccountIDs\030\t \003(\004\022\022\n\nSystemTime\030\n \001(\004" +
|
|
|
- "\"x\n\014ModifyPwdReq\022\034\n\006Header\030\001 \001(\0132\014.Messa" +
|
|
|
- "geHead\022\025\n\rModifyPwdType\030\002 \001(\r\022\023\n\013ModifyP" +
|
|
|
- "wdID\030\003 \001(\004\022\016\n\006OldPwd\030\004 \001(\t\022\016\n\006NewPwd\030\005 \001" +
|
|
|
- "(\t\"N\n\014ModifyPwdRsp\022\034\n\006Header\030\001 \001(\0132\014.Mes" +
|
|
|
- "sageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001" +
|
|
|
- "(\tB?\n%cn.muchinfo.rma.protobuf.protoclas" +
|
|
|
- "sesZ\026com.muchinfo.mtp.proto"
|
|
|
+ "\030\r \001(\t\022\030\n\020ClientSystemInfo\030\016 \001(\014\022\023\n\013Clie" +
|
|
|
+ "ntAppID\030\017 \001(\t\"\330\002\n\010LoginRsp\022\034\n\006Header\030\001 \001" +
|
|
|
+ "(\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007Ret" +
|
|
|
+ "Desc\030\003 \001(\t\022\017\n\007LoginID\030\004 \001(\004\022\025\n\rLoginUser" +
|
|
|
+ "Type\030\005 \001(\r\022\025\n\rAccountStatus\030\006 \001(\r\022\016\n\006Use" +
|
|
|
+ "rID\030\007 \001(\r\022\024\n\014MemberUserID\030\010 \001(\r\022\022\n\nAccou" +
|
|
|
+ "ntIDs\030\t \003(\004\022\r\n\005Token\030\n \001(\t\022\022\n\nSystemTime" +
|
|
|
+ "\030\013 \001(\004\022\025\n\rHasUpdatedPwd\030\014 \001(\r\022\023\n\013PwdWron" +
|
|
|
+ "gCnt\030\r \001(\r\022\027\n\017PwdWrongLockCnt\030\016 \001(\r\022\030\n\020L" +
|
|
|
+ "oginLockHourNum\030\017 \001(\r\022\021\n\tLoginCode\030\020 \001(\t" +
|
|
|
+ "\"m\n\tLogoutReq\022\034\n\006Header\030\001 \001(\0132\014.MessageH" +
|
|
|
+ "ead\022\017\n\007LoginID\030\002 \001(\004\022\r\n\005Token\030\003 \001(\t\022\017\n\007L" +
|
|
|
+ "oginIp\030\004 \001(\t\022\021\n\tLoginPort\030\005 \001(\r\"K\n\tLogou" +
|
|
|
+ "tRsp\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007Re" +
|
|
|
+ "tCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\"t\n\rTokenChe" +
|
|
|
+ "ckReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007L" +
|
|
|
+ "oginID\030\002 \001(\004\022\r\n\005Token\030\003 \001(\t\022\022\n\nSystemTim" +
|
|
|
+ "e\030\004 \001(\004\022\021\n\tCheckType\030\005 \001(\r\"\332\001\n\rTokenChec" +
|
|
|
+ "kRsp\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007Re" +
|
|
|
+ "tCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\017\n\007LoginID\030" +
|
|
|
+ "\004 \001(\004\022\023\n\013TokenStatus\030\005 \001(\r\022\025\n\rLoginUserT" +
|
|
|
+ "ype\030\006 \001(\r\022\016\n\006UserID\030\007 \001(\r\022\024\n\014MemberUserI" +
|
|
|
+ "D\030\010 \001(\r\022\022\n\nAccountIDs\030\t \003(\004\022\022\n\nSystemTim" +
|
|
|
+ "e\030\n \001(\004\"x\n\014ModifyPwdReq\022\034\n\006Header\030\001 \001(\0132" +
|
|
|
+ "\014.MessageHead\022\025\n\rModifyPwdType\030\002 \001(\r\022\023\n\013" +
|
|
|
+ "ModifyPwdID\030\003 \001(\004\022\016\n\006OldPwd\030\004 \001(\t\022\016\n\006New" +
|
|
|
+ "Pwd\030\005 \001(\t\"N\n\014ModifyPwdRsp\022\034\n\006Header\030\001 \001(" +
|
|
|
+ "\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007RetD" +
|
|
|
+ "esc\030\003 \001(\tB?\n%cn.muchinfo.rma.protobuf.pr" +
|
|
|
+ "otoclassesZ\026com.muchinfo.mtp.proto"
|
|
|
};
|
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
|
@@ -14622,7 +14988,7 @@ public final class SystemMI1 {
|
|
|
internal_static_SystemMI1_LoginReq_fieldAccessorTable = new
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
internal_static_SystemMI1_LoginReq_descriptor,
|
|
|
- new java.lang.String[] { "Header", "LoginID", "LoginPWD", "LoginType", "ClientType", "Version", "MobilePhone", "GUID", "LoginIp", "LoginPort", "DeviceID", "EnvironmentInfo", "LoginCode", });
|
|
|
+ new java.lang.String[] { "Header", "LoginID", "LoginPWD", "LoginType", "ClientType", "Version", "MobilePhone", "GUID", "LoginIp", "LoginPort", "DeviceID", "EnvironmentInfo", "LoginCode", "ClientSystemInfo", "ClientAppID", });
|
|
|
internal_static_SystemMI1_LoginRsp_descriptor =
|
|
|
getDescriptor().getMessageTypes().get(1);
|
|
|
internal_static_SystemMI1_LoginRsp_fieldAccessorTable = new
|