Browse Source

feat: 套餐管理相关接口参数调整

BaiLuoYan 1 tháng trước cách đây
mục cha
commit
e6e269f21f
4 tập tin đã thay đổi với 1694 bổ sung1658 xóa
  1. 3 0
      pb/gorpc.proto
  2. 1415 1385
      pb/pb/gorpc.pb.go
  3. 273 273
      pb/pb/gorpc_grpc.pb.go
  4. 3 0
      pb/plan.proto

+ 3 - 0
pb/gorpc.proto

@@ -371,6 +371,7 @@ message ServiceBoxWithDurationVo {
   ServiceBoxVo serviceBox = 1;
   int64 licenseDurationDay = 2;
   int64 licenseDurationMinutes = 3;
+  BoolInt isMaster = 4;
 }
 
 message ServiceBoxWithDurationAndDetailsVo {
@@ -467,6 +468,7 @@ message ServiceBoxTypesListReq {
   repeated int64 serviceBoxIds = 3;
   repeated int64 serviceTypeIds = 4;
   repeated int64 excludeIds = 5;
+  int64 boxStatus = 6;
 }
 message ServiceBoxTypesListResp {
   int64 total = 1;
@@ -646,6 +648,7 @@ message ServicePlanBoxesListReq {
   repeated int64 servicePlanIds = 3;
   repeated int64 serviceBoxIds = 4;
   repeated int64 excludeIds = 5;
+  int64 planStatus = 6;
 }
 message ServicePlanBoxesListResp {
   int64 total = 1;

+ 1415 - 1385
pb/pb/gorpc.pb.go

@@ -1,7 +1,7 @@
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.36.10
-// 	protoc        v6.33.0
+// 	protoc-gen-go v1.36.11
+// 	protoc        v6.33.3
 // source: gorpc.proto
 
 package pb
@@ -3485,6 +3485,7 @@ type ServiceBoxWithDurationVo struct {
 	ServiceBox             *ServiceBoxVo          `protobuf:"bytes,1,opt,name=serviceBox,proto3" json:"serviceBox,omitempty"`
 	LicenseDurationDay     int64                  `protobuf:"varint,2,opt,name=licenseDurationDay,proto3" json:"licenseDurationDay,omitempty"`
 	LicenseDurationMinutes int64                  `protobuf:"varint,3,opt,name=licenseDurationMinutes,proto3" json:"licenseDurationMinutes,omitempty"`
+	IsMaster               BoolInt                `protobuf:"varint,4,opt,name=isMaster,proto3,enum=gorpc.BoolInt" json:"isMaster,omitempty"`
 	unknownFields          protoimpl.UnknownFields
 	sizeCache              protoimpl.SizeCache
 }
@@ -3540,6 +3541,13 @@ func (x *ServiceBoxWithDurationVo) GetLicenseDurationMinutes() int64 {
 	return 0
 }
 
+func (x *ServiceBoxWithDurationVo) GetIsMaster() BoolInt {
+	if x != nil {
+		return x.IsMaster
+	}
+	return BoolInt_BoolIntUnknown
+}
+
 type ServiceBoxWithDurationAndDetailsVo struct {
 	state         protoimpl.MessageState     `protogen:"open.v1"`
 	ServiceBox    *ServiceBoxWithDurationVo  `protobuf:"bytes,1,opt,name=serviceBox,proto3" json:"serviceBox,omitempty"`
@@ -4860,6 +4868,7 @@ type ServiceBoxTypesListReq struct {
 	ServiceBoxIds  []int64                `protobuf:"varint,3,rep,packed,name=serviceBoxIds,proto3" json:"serviceBoxIds,omitempty"`
 	ServiceTypeIds []int64                `protobuf:"varint,4,rep,packed,name=serviceTypeIds,proto3" json:"serviceTypeIds,omitempty"`
 	ExcludeIds     []int64                `protobuf:"varint,5,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
+	BoxStatus      int64                  `protobuf:"varint,6,opt,name=boxStatus,proto3" json:"boxStatus,omitempty"`
 	unknownFields  protoimpl.UnknownFields
 	sizeCache      protoimpl.SizeCache
 }
@@ -4929,6 +4938,13 @@ func (x *ServiceBoxTypesListReq) GetExcludeIds() []int64 {
 	return nil
 }
 
+func (x *ServiceBoxTypesListReq) GetBoxStatus() int64 {
+	if x != nil {
+		return x.BoxStatus
+	}
+	return 0
+}
+
 type ServiceBoxTypesListResp struct {
 	state         protoimpl.MessageState `protogen:"open.v1"`
 	Total         int64                  `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
@@ -7030,6 +7046,7 @@ type ServicePlanBoxesListReq struct {
 	ServicePlanIds []int64                `protobuf:"varint,3,rep,packed,name=servicePlanIds,proto3" json:"servicePlanIds,omitempty"`
 	ServiceBoxIds  []int64                `protobuf:"varint,4,rep,packed,name=serviceBoxIds,proto3" json:"serviceBoxIds,omitempty"`
 	ExcludeIds     []int64                `protobuf:"varint,5,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
+	PlanStatus     int64                  `protobuf:"varint,6,opt,name=planStatus,proto3" json:"planStatus,omitempty"`
 	unknownFields  protoimpl.UnknownFields
 	sizeCache      protoimpl.SizeCache
 }
@@ -7099,6 +7116,13 @@ func (x *ServicePlanBoxesListReq) GetExcludeIds() []int64 {
 	return nil
 }
 
+func (x *ServicePlanBoxesListReq) GetPlanStatus() int64 {
+	if x != nil {
+		return x.PlanStatus
+	}
+	return 0
+}
+
 type ServicePlanBoxesListResp struct {
 	state         protoimpl.MessageState `protogen:"open.v1"`
 	Total         int64                  `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
@@ -33014,13 +33038,14 @@ const file_gorpc_proto_rawDesc = "" +
 	"\n" +
 	"serviceBox\x18\x01 \x01(\v2\x13.gorpc.ServiceBoxVoR\n" +
 	"serviceBox\x12B\n" +
-	"\fserviceTypes\x18\x02 \x03(\v2\x1e.gorpc.ServiceTypesWithValueVoR\fserviceTypes\"\xb7\x01\n" +
+	"\fserviceTypes\x18\x02 \x03(\v2\x1e.gorpc.ServiceTypesWithValueVoR\fserviceTypes\"\xe3\x01\n" +
 	"\x18ServiceBoxWithDurationVo\x123\n" +
 	"\n" +
 	"serviceBox\x18\x01 \x01(\v2\x13.gorpc.ServiceBoxVoR\n" +
 	"serviceBox\x12.\n" +
 	"\x12licenseDurationDay\x18\x02 \x01(\x03R\x12licenseDurationDay\x126\n" +
-	"\x16licenseDurationMinutes\x18\x03 \x01(\x03R\x16licenseDurationMinutes\"\xa9\x01\n" +
+	"\x16licenseDurationMinutes\x18\x03 \x01(\x03R\x16licenseDurationMinutes\x12*\n" +
+	"\bisMaster\x18\x04 \x01(\x0e2\x0e.gorpc.BoolIntR\bisMaster\"\xa9\x01\n" +
 	"\"ServiceBoxWithDurationAndDetailsVo\x12?\n" +
 	"\n" +
 	"serviceBox\x18\x01 \x01(\v2\x1f.gorpc.ServiceBoxWithDurationVoR\n" +
@@ -33113,7 +33138,7 @@ const file_gorpc_proto_rawDesc = "" +
 	"\x19ServiceBoxTypesUpdateResp\x12(\n" +
 	"\x02vo\x18\x01 \x01(\v2\x18.gorpc.ServiceBoxTypesVoR\x02vo\")\n" +
 	"\x15ServiceBoxTypesDelReq\x12\x10\n" +
-	"\x03ids\x18\x01 \x03(\x03R\x03ids\"\xd1\x01\n" +
+	"\x03ids\x18\x01 \x03(\x03R\x03ids\"\xef\x01\n" +
 	"\x16ServiceBoxTypesListReq\x12\x1f\n" +
 	"\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12(\n" +
 	"\x02vo\x18\x02 \x01(\v2\x18.gorpc.ServiceBoxTypesVoR\x02vo\x12$\n" +
@@ -33121,7 +33146,8 @@ const file_gorpc_proto_rawDesc = "" +
 	"\x0eserviceTypeIds\x18\x04 \x03(\x03R\x0eserviceTypeIds\x12\x1e\n" +
 	"\n" +
 	"excludeIds\x18\x05 \x03(\x03R\n" +
-	"excludeIds\"]\n" +
+	"excludeIds\x12\x1c\n" +
+	"\tboxStatus\x18\x06 \x01(\x03R\tboxStatus\"]\n" +
 	"\x17ServiceBoxTypesListResp\x12\x14\n" +
 	"\x05total\x18\x01 \x01(\x03R\x05total\x12,\n" +
 	"\x04list\x18\x02 \x03(\v2\x18.gorpc.ServiceBoxTypesVoR\x04list\"\xb2\x06\n" +
@@ -33269,7 +33295,7 @@ const file_gorpc_proto_rawDesc = "" +
 	"\x1aServicePlanBoxesUpdateResp\x12)\n" +
 	"\x02vo\x18\x01 \x01(\v2\x19.gorpc.ServicePlanBoxesVoR\x02vo\"*\n" +
 	"\x16ServicePlanBoxesDelReq\x12\x10\n" +
-	"\x03ids\x18\x01 \x03(\x03R\x03ids\"\xd3\x01\n" +
+	"\x03ids\x18\x01 \x03(\x03R\x03ids\"\xf3\x01\n" +
 	"\x17ServicePlanBoxesListReq\x12\x1f\n" +
 	"\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12)\n" +
 	"\x02vo\x18\x02 \x01(\v2\x19.gorpc.ServicePlanBoxesVoR\x02vo\x12&\n" +
@@ -33277,7 +33303,10 @@ const file_gorpc_proto_rawDesc = "" +
 	"\rserviceBoxIds\x18\x04 \x03(\x03R\rserviceBoxIds\x12\x1e\n" +
 	"\n" +
 	"excludeIds\x18\x05 \x03(\x03R\n" +
-	"excludeIds\"_\n" +
+	"excludeIds\x12\x1e\n" +
+	"\n" +
+	"planStatus\x18\x06 \x01(\x03R\n" +
+	"planStatus\"_\n" +
 	"\x18ServicePlanBoxesListResp\x12\x14\n" +
 	"\x05total\x18\x01 \x01(\x03R\x05total\x12-\n" +
 	"\x04list\x18\x02 \x03(\v2\x19.gorpc.ServicePlanBoxesVoR\x04list\"\xb7\x05\n" +
@@ -36635,1383 +36664,1384 @@ var file_gorpc_proto_depIdxs = []int32{
 	57,  // 38: gorpc.ServiceBoxWithDetailsVo.serviceBox:type_name -> gorpc.ServiceBoxVo
 	43,  // 39: gorpc.ServiceBoxWithDetailsVo.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
 	57,  // 40: gorpc.ServiceBoxWithDurationVo.serviceBox:type_name -> gorpc.ServiceBoxVo
-	59,  // 41: gorpc.ServiceBoxWithDurationAndDetailsVo.serviceBox:type_name -> gorpc.ServiceBoxWithDurationVo
-	43,  // 42: gorpc.ServiceBoxWithDurationAndDetailsVo.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
-	57,  // 43: gorpc.ServiceBoxGetReq.vo:type_name -> gorpc.ServiceBoxVo
-	57,  // 44: gorpc.ServiceBoxGetResp.vo:type_name -> gorpc.ServiceBoxVo
-	57,  // 45: gorpc.ServiceBoxGetWithDetailsReq.vo:type_name -> gorpc.ServiceBoxVo
-	57,  // 46: gorpc.ServiceBoxGetWithDetailsResp.serviceBox:type_name -> gorpc.ServiceBoxVo
-	43,  // 47: gorpc.ServiceBoxGetWithDetailsResp.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
-	57,  // 48: gorpc.ServiceBoxAddReq.vo:type_name -> gorpc.ServiceBoxVo
-	57,  // 49: gorpc.ServiceBoxAddResp.vo:type_name -> gorpc.ServiceBoxVo
-	57,  // 50: gorpc.ServiceBoxAddWithDetailsReq.serviceBox:type_name -> gorpc.ServiceBoxVo
-	43,  // 51: gorpc.ServiceBoxAddWithDetailsReq.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
-	57,  // 52: gorpc.ServiceBoxAddWithDetailsResp.serviceBox:type_name -> gorpc.ServiceBoxVo
-	43,  // 53: gorpc.ServiceBoxAddWithDetailsResp.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
-	57,  // 54: gorpc.ServiceBoxUpdateReq.vo:type_name -> gorpc.ServiceBoxVo
-	57,  // 55: gorpc.ServiceBoxUpdateResp.vo:type_name -> gorpc.ServiceBoxVo
-	57,  // 56: gorpc.ServiceBoxUpdateWithDetailsReq.serviceBox:type_name -> gorpc.ServiceBoxVo
-	43,  // 57: gorpc.ServiceBoxUpdateWithDetailsReq.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
-	57,  // 58: gorpc.ServiceBoxUpdateWithDetailsResp.serviceBox:type_name -> gorpc.ServiceBoxVo
-	43,  // 59: gorpc.ServiceBoxUpdateWithDetailsResp.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
-	10,  // 60: gorpc.ServiceBoxListReq.page:type_name -> gorpc.Page
-	57,  // 61: gorpc.ServiceBoxListReq.vo:type_name -> gorpc.ServiceBoxVo
-	57,  // 62: gorpc.ServiceBoxListResp.list:type_name -> gorpc.ServiceBoxVo
-	10,  // 63: gorpc.ServiceBoxListWithDetailsReq.page:type_name -> gorpc.Page
-	57,  // 64: gorpc.ServiceBoxListWithDetailsReq.vo:type_name -> gorpc.ServiceBoxVo
-	58,  // 65: gorpc.ServiceBoxListWithDetailsResp.list:type_name -> gorpc.ServiceBoxWithDetailsVo
-	78,  // 66: gorpc.ServiceBoxTypesGetReq.vo:type_name -> gorpc.ServiceBoxTypesVo
-	78,  // 67: gorpc.ServiceBoxTypesGetResp.vo:type_name -> gorpc.ServiceBoxTypesVo
-	78,  // 68: gorpc.ServiceBoxTypesAddReq.vo:type_name -> gorpc.ServiceBoxTypesVo
-	78,  // 69: gorpc.ServiceBoxTypesAddResp.vo:type_name -> gorpc.ServiceBoxTypesVo
-	78,  // 70: gorpc.ServiceBoxTypesUpdateReq.vo:type_name -> gorpc.ServiceBoxTypesVo
-	78,  // 71: gorpc.ServiceBoxTypesUpdateResp.vo:type_name -> gorpc.ServiceBoxTypesVo
-	10,  // 72: gorpc.ServiceBoxTypesListReq.page:type_name -> gorpc.Page
-	78,  // 73: gorpc.ServiceBoxTypesListReq.vo:type_name -> gorpc.ServiceBoxTypesVo
-	78,  // 74: gorpc.ServiceBoxTypesListResp.list:type_name -> gorpc.ServiceBoxTypesVo
-	3,   // 75: gorpc.ServicePlanVo.recommend:type_name -> gorpc.BoolInt
-	3,   // 76: gorpc.ServicePlanVo.isDefault:type_name -> gorpc.BoolInt
-	3,   // 77: gorpc.ServicePlanVo.subscribeType:type_name -> gorpc.BoolInt
-	5,   // 78: gorpc.ServicePlanVo.subscribePeriodType:type_name -> gorpc.SubscribePeriodType
-	2,   // 79: gorpc.ServicePlanVo.status:type_name -> gorpc.Status
-	88,  // 80: gorpc.ServicePlanWithBoxesVo.servicePlan:type_name -> gorpc.ServicePlanVo
-	59,  // 81: gorpc.ServicePlanWithBoxesVo.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
-	88,  // 82: gorpc.ServicePlanWithBoxesAndDetailsVo.servicePlan:type_name -> gorpc.ServicePlanVo
-	60,  // 83: gorpc.ServicePlanWithBoxesAndDetailsVo.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
-	88,  // 84: gorpc.ServicePlanGetReq.vo:type_name -> gorpc.ServicePlanVo
-	88,  // 85: gorpc.ServicePlanGetResp.vo:type_name -> gorpc.ServicePlanVo
-	88,  // 86: gorpc.ServicePlanGetWithBoxesReq.vo:type_name -> gorpc.ServicePlanVo
-	88,  // 87: gorpc.ServicePlanGetWithBoxesResp.servicePlan:type_name -> gorpc.ServicePlanVo
-	59,  // 88: gorpc.ServicePlanGetWithBoxesResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
-	88,  // 89: gorpc.ServicePlanGetWithBoxesAndDetailsReq.vo:type_name -> gorpc.ServicePlanVo
-	88,  // 90: gorpc.ServicePlanGetWithBoxesAndDetailsResp.servicePlan:type_name -> gorpc.ServicePlanVo
-	60,  // 91: gorpc.ServicePlanGetWithBoxesAndDetailsResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
-	88,  // 92: gorpc.ServicePlanAddReq.vo:type_name -> gorpc.ServicePlanVo
-	88,  // 93: gorpc.ServicePlanAddResp.vo:type_name -> gorpc.ServicePlanVo
-	88,  // 94: gorpc.ServicePlanAddWithBoxesReq.servicePlan:type_name -> gorpc.ServicePlanVo
-	59,  // 95: gorpc.ServicePlanAddWithBoxesReq.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
-	88,  // 96: gorpc.ServicePlanAddWithBoxesResp.servicePlan:type_name -> gorpc.ServicePlanVo
-	59,  // 97: gorpc.ServicePlanAddWithBoxesResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
-	88,  // 98: gorpc.ServicePlanAddWithBoxesAndDetailsReq.servicePlan:type_name -> gorpc.ServicePlanVo
-	60,  // 99: gorpc.ServicePlanAddWithBoxesAndDetailsReq.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
-	88,  // 100: gorpc.ServicePlanAddWithBoxesAndDetailsResp.servicePlan:type_name -> gorpc.ServicePlanVo
-	60,  // 101: gorpc.ServicePlanAddWithBoxesAndDetailsResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
-	88,  // 102: gorpc.ServicePlanUpdateReq.vo:type_name -> gorpc.ServicePlanVo
-	88,  // 103: gorpc.ServicePlanUpdateResp.vo:type_name -> gorpc.ServicePlanVo
-	88,  // 104: gorpc.ServicePlanUpdateWithBoxesReq.servicePlan:type_name -> gorpc.ServicePlanVo
-	59,  // 105: gorpc.ServicePlanUpdateWithBoxesReq.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
-	88,  // 106: gorpc.ServicePlanUpdateWithBoxesResp.servicePlan:type_name -> gorpc.ServicePlanVo
-	59,  // 107: gorpc.ServicePlanUpdateWithBoxesResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
-	88,  // 108: gorpc.ServicePlanUpdateWithBoxesAndDetailsReq.servicePlan:type_name -> gorpc.ServicePlanVo
-	60,  // 109: gorpc.ServicePlanUpdateWithBoxesAndDetailsReq.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
-	88,  // 110: gorpc.ServicePlanUpdateWithBoxesAndDetailsResp.servicePlan:type_name -> gorpc.ServicePlanVo
-	60,  // 111: gorpc.ServicePlanUpdateWithBoxesAndDetailsResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
-	10,  // 112: gorpc.ServicePlanListReq.page:type_name -> gorpc.Page
-	88,  // 113: gorpc.ServicePlanListReq.vo:type_name -> gorpc.ServicePlanVo
-	88,  // 114: gorpc.ServicePlanListResp.list:type_name -> gorpc.ServicePlanVo
-	10,  // 115: gorpc.ServicePlanListWithBoxesReq.page:type_name -> gorpc.Page
-	88,  // 116: gorpc.ServicePlanListWithBoxesReq.vo:type_name -> gorpc.ServicePlanVo
-	89,  // 117: gorpc.ServicePlanListWithBoxesResp.list:type_name -> gorpc.ServicePlanWithBoxesVo
-	10,  // 118: gorpc.ServicePlanListWithBoxesAndDetailsReq.page:type_name -> gorpc.Page
-	88,  // 119: gorpc.ServicePlanListWithBoxesAndDetailsReq.vo:type_name -> gorpc.ServicePlanVo
-	90,  // 120: gorpc.ServicePlanListWithBoxesAndDetailsResp.list:type_name -> gorpc.ServicePlanWithBoxesAndDetailsVo
-	3,   // 121: gorpc.ServicePlanBoxesVo.isMaster:type_name -> gorpc.BoolInt
-	116, // 122: gorpc.ServicePlanBoxesGetReq.vo:type_name -> gorpc.ServicePlanBoxesVo
-	116, // 123: gorpc.ServicePlanBoxesGetResp.vo:type_name -> gorpc.ServicePlanBoxesVo
-	116, // 124: gorpc.ServicePlanBoxesAddReq.vo:type_name -> gorpc.ServicePlanBoxesVo
-	116, // 125: gorpc.ServicePlanBoxesAddResp.vo:type_name -> gorpc.ServicePlanBoxesVo
-	116, // 126: gorpc.ServicePlanBoxesUpdateReq.vo:type_name -> gorpc.ServicePlanBoxesVo
-	116, // 127: gorpc.ServicePlanBoxesUpdateResp.vo:type_name -> gorpc.ServicePlanBoxesVo
-	10,  // 128: gorpc.ServicePlanBoxesListReq.page:type_name -> gorpc.Page
-	116, // 129: gorpc.ServicePlanBoxesListReq.vo:type_name -> gorpc.ServicePlanBoxesVo
-	116, // 130: gorpc.ServicePlanBoxesListResp.list:type_name -> gorpc.ServicePlanBoxesVo
-	3,   // 131: gorpc.ServicePlanChannelVo.recommend:type_name -> gorpc.BoolInt
-	3,   // 132: gorpc.ServicePlanChannelVo.isDefault:type_name -> gorpc.BoolInt
-	2,   // 133: gorpc.ServicePlanChannelVo.status:type_name -> gorpc.Status
-	126, // 134: gorpc.ServicePlanChannelWithPlanVo.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
-	88,  // 135: gorpc.ServicePlanChannelWithPlanVo.servicePlan:type_name -> gorpc.ServicePlanVo
-	126, // 136: gorpc.ServicePlanChannelWithPlanAndBoxesVo.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
-	88,  // 137: gorpc.ServicePlanChannelWithPlanAndBoxesVo.servicePlan:type_name -> gorpc.ServicePlanVo
-	59,  // 138: gorpc.ServicePlanChannelWithPlanAndBoxesVo.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
-	126, // 139: gorpc.ServicePlanChannelWithPlanAndBoxesAndDetailsVo.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
-	88,  // 140: gorpc.ServicePlanChannelWithPlanAndBoxesAndDetailsVo.servicePlan:type_name -> gorpc.ServicePlanVo
-	60,  // 141: gorpc.ServicePlanChannelWithPlanAndBoxesAndDetailsVo.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
-	126, // 142: gorpc.ServicePlanChannelGetReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	126, // 143: gorpc.ServicePlanChannelGetResp.vo:type_name -> gorpc.ServicePlanChannelVo
-	126, // 144: gorpc.ServicePlanChannelGetWithPlanReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	126, // 145: gorpc.ServicePlanChannelGetWithPlanResp.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
-	88,  // 146: gorpc.ServicePlanChannelGetWithPlanResp.servicePlan:type_name -> gorpc.ServicePlanVo
-	126, // 147: gorpc.ServicePlanChannelGetWithPlanAndBoxesReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	126, // 148: gorpc.ServicePlanChannelGetWithPlanAndBoxesResp.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
-	88,  // 149: gorpc.ServicePlanChannelGetWithPlanAndBoxesResp.servicePlan:type_name -> gorpc.ServicePlanVo
-	59,  // 150: gorpc.ServicePlanChannelGetWithPlanAndBoxesResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
-	126, // 151: gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	126, // 152: gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
-	88,  // 153: gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp.servicePlan:type_name -> gorpc.ServicePlanVo
-	60,  // 154: gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
-	126, // 155: gorpc.ServicePlanChannelAddReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	126, // 156: gorpc.ServicePlanChannelAddResp.vo:type_name -> gorpc.ServicePlanChannelVo
-	126, // 157: gorpc.ServicePlanChannelUpdateReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	126, // 158: gorpc.ServicePlanChannelUpdateResp.vo:type_name -> gorpc.ServicePlanChannelVo
-	10,  // 159: gorpc.ServicePlanChannelListReq.page:type_name -> gorpc.Page
-	126, // 160: gorpc.ServicePlanChannelListReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	126, // 161: gorpc.ServicePlanChannelListResp.list:type_name -> gorpc.ServicePlanChannelVo
-	10,  // 162: gorpc.ServicePlanChannelListWithPlanReq.page:type_name -> gorpc.Page
-	126, // 163: gorpc.ServicePlanChannelListWithPlanReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	127, // 164: gorpc.ServicePlanChannelListWithPlanResp.list:type_name -> gorpc.ServicePlanChannelWithPlanVo
-	10,  // 165: gorpc.ServicePlanChannelListWithPlanAndBoxesReq.page:type_name -> gorpc.Page
-	126, // 166: gorpc.ServicePlanChannelListWithPlanAndBoxesReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	128, // 167: gorpc.ServicePlanChannelListWithPlanAndBoxesResp.list:type_name -> gorpc.ServicePlanChannelWithPlanAndBoxesVo
-	10,  // 168: gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq.page:type_name -> gorpc.Page
-	126, // 169: gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq.vo:type_name -> gorpc.ServicePlanChannelVo
-	129, // 170: gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp.list:type_name -> gorpc.ServicePlanChannelWithPlanAndBoxesAndDetailsVo
-	3,   // 171: gorpc.GlobalParamVo.editable:type_name -> gorpc.BoolInt
-	3,   // 172: gorpc.GlobalParamVo.nullable:type_name -> gorpc.BoolInt
-	3,   // 173: gorpc.GlobalParamVo.hidden:type_name -> gorpc.BoolInt
-	3,   // 174: gorpc.GlobalParamVo.mutiLang:type_name -> gorpc.BoolInt
-	3,   // 175: gorpc.GlobalParamVo.apiExport:type_name -> gorpc.BoolInt
-	151, // 176: gorpc.GlobalParamVo.i18ns:type_name -> gorpc.I18nVo
-	153, // 177: gorpc.GlobalParamGetReq.vo:type_name -> gorpc.GlobalParamVo
-	10,  // 178: gorpc.GlobalParamListReq.page:type_name -> gorpc.Page
-	153, // 179: gorpc.GlobalParamListReq.vo:type_name -> gorpc.GlobalParamVo
-	153, // 180: gorpc.GlobalParamListResp.list:type_name -> gorpc.GlobalParamVo
-	2,   // 181: gorpc.ProductVo.status:type_name -> gorpc.Status
-	10,  // 182: gorpc.ProductListReq.page:type_name -> gorpc.Page
-	157, // 183: gorpc.ProductListReq.vo:type_name -> gorpc.ProductVo
-	157, // 184: gorpc.ProductListResp.list:type_name -> gorpc.ProductVo
-	3,   // 185: gorpc.ProductParamVo.editable:type_name -> gorpc.BoolInt
-	3,   // 186: gorpc.ProductParamVo.nullable:type_name -> gorpc.BoolInt
-	3,   // 187: gorpc.ProductParamVo.hidden:type_name -> gorpc.BoolInt
-	3,   // 188: gorpc.ProductParamVo.mutiLang:type_name -> gorpc.BoolInt
-	3,   // 189: gorpc.ProductParamVo.apiExport:type_name -> gorpc.BoolInt
-	151, // 190: gorpc.ProductParamVo.i18ns:type_name -> gorpc.I18nVo
-	160, // 191: gorpc.ProductParamGetReq.vo:type_name -> gorpc.ProductParamVo
-	10,  // 192: gorpc.ProductParamListReq.page:type_name -> gorpc.Page
-	160, // 193: gorpc.ProductParamListReq.vo:type_name -> gorpc.ProductParamVo
-	160, // 194: gorpc.ProductParamListResp.list:type_name -> gorpc.ProductParamVo
-	2,   // 195: gorpc.ProductActionVo.status:type_name -> gorpc.Status
-	164, // 196: gorpc.ProductActionReq.vo:type_name -> gorpc.ProductActionVo
-	10,  // 197: gorpc.ProductActionListReq.page:type_name -> gorpc.Page
-	164, // 198: gorpc.ProductActionListReq.vo:type_name -> gorpc.ProductActionVo
-	164, // 199: gorpc.ProductActionListResp.list:type_name -> gorpc.ProductActionVo
-	2,   // 200: gorpc.ProductActionGroupVo.status:type_name -> gorpc.Status
-	168, // 201: gorpc.ProductActionGroupReq.vo:type_name -> gorpc.ProductActionGroupVo
-	10,  // 202: gorpc.ProductActionGroupListReq.page:type_name -> gorpc.Page
-	168, // 203: gorpc.ProductActionGroupListReq.vo:type_name -> gorpc.ProductActionGroupVo
-	168, // 204: gorpc.ProductActionGroupListResp.list:type_name -> gorpc.ProductActionGroupVo
-	2,   // 205: gorpc.ProductActionPolicyGroupVo.status:type_name -> gorpc.Status
-	174, // 206: gorpc.ProductActionPolicyGroupReq.vo:type_name -> gorpc.ProductActionPolicyGroupVo
-	10,  // 207: gorpc.ProductActionPolicyGroupListReq.page:type_name -> gorpc.Page
-	174, // 208: gorpc.ProductActionPolicyGroupListReq.vo:type_name -> gorpc.ProductActionPolicyGroupVo
-	174, // 209: gorpc.ProductActionPolicyGroupListResp.list:type_name -> gorpc.ProductActionPolicyGroupVo
-	180, // 210: gorpc.ProductActionTypeReq.vo:type_name -> gorpc.ProductActionTypeVo
-	10,  // 211: gorpc.ProductActionTypeListReq.page:type_name -> gorpc.Page
-	180, // 212: gorpc.ProductActionTypeListReq.vo:type_name -> gorpc.ProductActionTypeVo
-	180, // 213: gorpc.ProductActionTypeListResp.list:type_name -> gorpc.ProductActionTypeVo
-	2,   // 214: gorpc.AreaParamVo.status:type_name -> gorpc.Status
-	10,  // 215: gorpc.AreaParamListReq.page:type_name -> gorpc.Page
-	184, // 216: gorpc.AreaParamListReq.vo:type_name -> gorpc.AreaParamVo
-	184, // 217: gorpc.AreaParamListResp.list:type_name -> gorpc.AreaParamVo
-	2,   // 218: gorpc.NationalLanguageVo.status:type_name -> gorpc.Status
-	10,  // 219: gorpc.NationalLanguageListReq.page:type_name -> gorpc.Page
-	187, // 220: gorpc.NationalLanguageListReq.vo:type_name -> gorpc.NationalLanguageVo
-	187, // 221: gorpc.NationalLanguageListResp.list:type_name -> gorpc.NationalLanguageVo
-	151, // 222: gorpc.TipVo.i18ns:type_name -> gorpc.I18nVo
-	190, // 223: gorpc.TipGetReq.vo:type_name -> gorpc.TipVo
-	10,  // 224: gorpc.TipListReq.page:type_name -> gorpc.Page
-	190, // 225: gorpc.TipListReq.vo:type_name -> gorpc.TipVo
-	190, // 226: gorpc.TipListResp.list:type_name -> gorpc.TipVo
-	2,   // 227: gorpc.DictVo.status:type_name -> gorpc.Status
-	194, // 228: gorpc.DictGetReq.vo:type_name -> gorpc.DictVo
-	10,  // 229: gorpc.DictListReq.page:type_name -> gorpc.Page
-	194, // 230: gorpc.DictListReq.vo:type_name -> gorpc.DictVo
-	194, // 231: gorpc.DictListResp.list:type_name -> gorpc.DictVo
-	2,   // 232: gorpc.UpgradePkgPlanVo.status:type_name -> gorpc.Status
-	10,  // 233: gorpc.UpgradePkgPlanListReq.page:type_name -> gorpc.Page
-	198, // 234: gorpc.UpgradePkgPlanListReq.vo:type_name -> gorpc.UpgradePkgPlanVo
-	198, // 235: gorpc.UpgradePkgPlanListResp.list:type_name -> gorpc.UpgradePkgPlanVo
-	2,   // 236: gorpc.UpgradePkgPlanDetailVo.status:type_name -> gorpc.Status
-	10,  // 237: gorpc.UpgradePkgPlanDetailListReq.page:type_name -> gorpc.Page
-	201, // 238: gorpc.UpgradePkgPlanDetailListReq.vo:type_name -> gorpc.UpgradePkgPlanDetailVo
-	201, // 239: gorpc.UpgradePkgPlanDetailListResp.list:type_name -> gorpc.UpgradePkgPlanDetailVo
-	2,   // 240: gorpc.UpgradeResPlanVo.status:type_name -> gorpc.Status
-	10,  // 241: gorpc.UpgradeResPlanListReq.page:type_name -> gorpc.Page
-	204, // 242: gorpc.UpgradeResPlanListReq.vo:type_name -> gorpc.UpgradeResPlanVo
-	204, // 243: gorpc.UpgradeResPlanListResp.list:type_name -> gorpc.UpgradeResPlanVo
-	2,   // 244: gorpc.UpgradeResPlanDetailVo.status:type_name -> gorpc.Status
-	10,  // 245: gorpc.UpgradeResPlanDetailListReq.page:type_name -> gorpc.Page
-	207, // 246: gorpc.UpgradeResPlanDetailListReq.vo:type_name -> gorpc.UpgradeResPlanDetailVo
-	207, // 247: gorpc.UpgradeResPlanDetailListResp.list:type_name -> gorpc.UpgradeResPlanDetailVo
-	2,   // 248: gorpc.AdPlanVo.status:type_name -> gorpc.Status
-	10,  // 249: gorpc.AdPlanListReq.page:type_name -> gorpc.Page
-	210, // 250: gorpc.AdPlanListReq.vo:type_name -> gorpc.AdPlanVo
-	210, // 251: gorpc.AdPlanListResp.list:type_name -> gorpc.AdPlanVo
-	2,   // 252: gorpc.AdPlanDetailVo.status:type_name -> gorpc.Status
-	10,  // 253: gorpc.AdPlanDetailListReq.page:type_name -> gorpc.Page
-	213, // 254: gorpc.AdPlanDetailListReq.vo:type_name -> gorpc.AdPlanDetailVo
-	213, // 255: gorpc.AdPlanDetailListResp.list:type_name -> gorpc.AdPlanDetailVo
-	218, // 256: gorpc.JobBatchWithTasksVo.jobBatch:type_name -> gorpc.JobBatchVo
-	224, // 257: gorpc.JobBatchWithTasksVo.jobTasks:type_name -> gorpc.JobTasksVo
-	10,  // 258: gorpc.JobBatchListReq.page:type_name -> gorpc.Page
-	218, // 259: gorpc.JobBatchListReq.vo:type_name -> gorpc.JobBatchVo
-	220, // 260: gorpc.JobBatchListReq.startedTimeRange:type_name -> gorpc.TimeRange
-	220, // 261: gorpc.JobBatchListReq.finishedTimeRange:type_name -> gorpc.TimeRange
-	218, // 262: gorpc.JobBatchListResp.list:type_name -> gorpc.JobBatchVo
-	219, // 263: gorpc.JobBatchListWithTasksResp.list:type_name -> gorpc.JobBatchWithTasksVo
-	10,  // 264: gorpc.JobTasksListReq.page:type_name -> gorpc.Page
-	224, // 265: gorpc.JobTasksListReq.vo:type_name -> gorpc.JobTasksVo
-	220, // 266: gorpc.JobTasksListReq.startedTimeRange:type_name -> gorpc.TimeRange
-	220, // 267: gorpc.JobTasksListReq.finishedTimeRange:type_name -> gorpc.TimeRange
-	224, // 268: gorpc.JobTasksListResp.list:type_name -> gorpc.JobTasksVo
-	2,   // 269: gorpc.DeployConfigVo.status:type_name -> gorpc.Status
-	10,  // 270: gorpc.DeployConfigListReq.page:type_name -> gorpc.Page
-	227, // 271: gorpc.DeployConfigListReq.vo:type_name -> gorpc.DeployConfigVo
-	227, // 272: gorpc.DeployConfigListResp.list:type_name -> gorpc.DeployConfigVo
-	10,  // 273: gorpc.OperationLogListReq.page:type_name -> gorpc.Page
-	230, // 274: gorpc.OperationLogListReq.vo:type_name -> gorpc.OperationLogVo
-	230, // 275: gorpc.OperationLogListResp.list:type_name -> gorpc.OperationLogVo
-	2,   // 276: gorpc.AnnouncePlanVo.status:type_name -> gorpc.Status
-	10,  // 277: gorpc.AnnouncePlanListReq.page:type_name -> gorpc.Page
-	233, // 278: gorpc.AnnouncePlanListReq.vo:type_name -> gorpc.AnnouncePlanVo
-	233, // 279: gorpc.AnnouncePlanListResp.list:type_name -> gorpc.AnnouncePlanVo
-	2,   // 280: gorpc.AnnouncePlanDetailVo.status:type_name -> gorpc.Status
-	10,  // 281: gorpc.AnnouncePlanDetailListReq.page:type_name -> gorpc.Page
-	236, // 282: gorpc.AnnouncePlanDetailListReq.vo:type_name -> gorpc.AnnouncePlanDetailVo
-	236, // 283: gorpc.AnnouncePlanDetailListResp.list:type_name -> gorpc.AnnouncePlanDetailVo
-	10,  // 284: gorpc.MessagePushListReq.page:type_name -> gorpc.Page
-	239, // 285: gorpc.MessagePushListReq.vo:type_name -> gorpc.MessagePushVo
-	239, // 286: gorpc.MessagePushListResp.list:type_name -> gorpc.MessagePushVo
-	2,   // 287: gorpc.ShortDramaEpisodeVo.status:type_name -> gorpc.Status
-	242, // 288: gorpc.ShortDramaEpisodeGetReq.vo:type_name -> gorpc.ShortDramaEpisodeVo
-	10,  // 289: gorpc.ShortDramaEpisodeListReq.page:type_name -> gorpc.Page
-	242, // 290: gorpc.ShortDramaEpisodeListReq.vo:type_name -> gorpc.ShortDramaEpisodeVo
-	242, // 291: gorpc.ShortDramaEpisodeListResp.list:type_name -> gorpc.ShortDramaEpisodeVo
-	242, // 292: gorpc.ShortDramaEpisodeBatchAddReq.episodes:type_name -> gorpc.ShortDramaEpisodeVo
-	248, // 293: gorpc.ShortDramaVo.shortDramaLanguages:type_name -> gorpc.ShortDramaLanguageVo
-	249, // 294: gorpc.ShortDramaGetReq.vo:type_name -> gorpc.ShortDramaVo
-	10,  // 295: gorpc.ShortDramaListReq.page:type_name -> gorpc.Page
-	249, // 296: gorpc.ShortDramaListReq.vo:type_name -> gorpc.ShortDramaVo
-	249, // 297: gorpc.ShortDramaListResp.list:type_name -> gorpc.ShortDramaVo
-	10,  // 298: gorpc.ShortDramaLanguageListReq.page:type_name -> gorpc.Page
-	248, // 299: gorpc.ShortDramaLanguageListReq.vo:type_name -> gorpc.ShortDramaLanguageVo
-	248, // 300: gorpc.ShortDramaLanguageListResp.list:type_name -> gorpc.ShortDramaLanguageVo
-	10,  // 301: gorpc.ShortDramaEpisodeCountReq.page:type_name -> gorpc.Page
-	2,   // 302: gorpc.ShortDramaEpisodeCountReq.status:type_name -> gorpc.Status
-	255, // 303: gorpc.ShortDramaEpisodeCountResp.list:type_name -> gorpc.ShortDramaEpisodeCountVo
-	262, // 304: gorpc.ShortDramaFindIdsWithCopyrightResp.list:type_name -> gorpc.ShortDramaCopyrightInfoVo
-	10,  // 305: gorpc.ShortDramaStatsPlaysTotalListReq.page:type_name -> gorpc.Page
-	265, // 306: gorpc.ShortDramaStatsPlaysTotalListResp.list:type_name -> gorpc.ShortDramaStatsPlaysTotalVo
-	249, // 307: gorpc.FindSchedulePublishListResp.list:type_name -> gorpc.ShortDramaVo
-	3,   // 308: gorpc.SysUserVo.isSuperAdmin:type_name -> gorpc.BoolInt
-	2,   // 309: gorpc.SysUserVo.status:type_name -> gorpc.Status
-	2,   // 310: gorpc.SysRoleVo.status:type_name -> gorpc.Status
-	2,   // 311: gorpc.SysPermVo.status:type_name -> gorpc.Status
-	271, // 312: gorpc.SysUserWithRoleIdsAndPermRules.user:type_name -> gorpc.SysUserVo
-	277, // 313: gorpc.SysUserWithRoleIdsAndPermRules.permRules:type_name -> gorpc.SysPermRule
-	271, // 314: gorpc.SysUserWithRolesAndPerms.user:type_name -> gorpc.SysUserVo
-	272, // 315: gorpc.SysUserWithRolesAndPerms.roles:type_name -> gorpc.SysRoleVo
-	273, // 316: gorpc.SysUserWithRolesAndPerms.perms:type_name -> gorpc.SysPermVo
-	271, // 317: gorpc.SysUserGetReq.vo:type_name -> gorpc.SysUserVo
-	10,  // 318: gorpc.SysUserListReq.page:type_name -> gorpc.Page
-	271, // 319: gorpc.SysUserListReq.vo:type_name -> gorpc.SysUserVo
-	271, // 320: gorpc.SysUserListResp.list:type_name -> gorpc.SysUserVo
-	279, // 321: gorpc.SysUserListWithRolesAndPermsResp.list:type_name -> gorpc.SysUserWithRolesAndPerms
-	272, // 322: gorpc.SysRoleWithPermIds.role:type_name -> gorpc.SysRoleVo
-	272, // 323: gorpc.SysRoleWithPerms.role:type_name -> gorpc.SysRoleVo
-	273, // 324: gorpc.SysRoleWithPerms.perms:type_name -> gorpc.SysPermVo
-	272, // 325: gorpc.SysRoleGetReq.vo:type_name -> gorpc.SysRoleVo
-	10,  // 326: gorpc.SysRoleListReq.page:type_name -> gorpc.Page
-	272, // 327: gorpc.SysRoleListReq.vo:type_name -> gorpc.SysRoleVo
-	272, // 328: gorpc.SysRoleListResp.list:type_name -> gorpc.SysRoleVo
-	285, // 329: gorpc.SysRoleListWithPermsResp.list:type_name -> gorpc.SysRoleWithPerms
-	273, // 330: gorpc.SysPermGetReq.vo:type_name -> gorpc.SysPermVo
-	10,  // 331: gorpc.SysPermListReq.page:type_name -> gorpc.Page
-	273, // 332: gorpc.SysPermListReq.vo:type_name -> gorpc.SysPermVo
-	273, // 333: gorpc.SysPermListResp.list:type_name -> gorpc.SysPermVo
-	274, // 334: gorpc.SysUserRoleGetReq.vo:type_name -> gorpc.SysUserRoleVo
-	10,  // 335: gorpc.SysUserRoleListReq.page:type_name -> gorpc.Page
-	274, // 336: gorpc.SysUserRoleListReq.vo:type_name -> gorpc.SysUserRoleVo
-	274, // 337: gorpc.SysUserRoleListResp.list:type_name -> gorpc.SysUserRoleVo
-	275, // 338: gorpc.SysRolePermGetReq.vo:type_name -> gorpc.SysRolePermVo
-	10,  // 339: gorpc.SysRolePermListReq.page:type_name -> gorpc.Page
-	275, // 340: gorpc.SysRolePermListReq.vo:type_name -> gorpc.SysRolePermVo
-	275, // 341: gorpc.SysRolePermListResp.list:type_name -> gorpc.SysRolePermVo
-	276, // 342: gorpc.SysUserPermGetReq.vo:type_name -> gorpc.SysUserPermVo
-	10,  // 343: gorpc.SysUserPermListReq.page:type_name -> gorpc.Page
-	276, // 344: gorpc.SysUserPermListReq.vo:type_name -> gorpc.SysUserPermVo
-	276, // 345: gorpc.SysUserPermListResp.list:type_name -> gorpc.SysUserPermVo
-	4,   // 346: gorpc.UserWhiteVo.userType:type_name -> gorpc.UserType
-	2,   // 347: gorpc.UserWhiteVo.status:type_name -> gorpc.Status
-	4,   // 348: gorpc.UserTestVo.userType:type_name -> gorpc.UserType
-	2,   // 349: gorpc.UserTestVo.status:type_name -> gorpc.Status
-	3,   // 350: gorpc.AccountVo.whitelistUser:type_name -> gorpc.BoolInt
-	3,   // 351: gorpc.AccountVo.activated:type_name -> gorpc.BoolInt
-	2,   // 352: gorpc.AccountVo.status:type_name -> gorpc.Status
-	10,  // 353: gorpc.AccountListReq.page:type_name -> gorpc.Page
-	304, // 354: gorpc.AccountListReq.vo:type_name -> gorpc.AccountVo
-	304, // 355: gorpc.AccountListResp.list:type_name -> gorpc.AccountVo
-	10,  // 356: gorpc.AccountDeviceListReq.page:type_name -> gorpc.Page
-	307, // 357: gorpc.AccountDeviceListReq.vo:type_name -> gorpc.AccountDeviceVo
-	307, // 358: gorpc.AccountDeviceListResp.list:type_name -> gorpc.AccountDeviceVo
-	10,  // 359: gorpc.UserWhiteListReq.page:type_name -> gorpc.Page
-	302, // 360: gorpc.UserWhiteListReq.vo:type_name -> gorpc.UserWhiteVo
-	302, // 361: gorpc.UserWhiteListResp.list:type_name -> gorpc.UserWhiteVo
-	302, // 362: gorpc.UserWhiteAddReq.vo:type_name -> gorpc.UserWhiteVo
-	302, // 363: gorpc.UserWhiteAddResp.vo:type_name -> gorpc.UserWhiteVo
-	302, // 364: gorpc.UserWhiteGetReq.vo:type_name -> gorpc.UserWhiteVo
-	302, // 365: gorpc.UserWhiteGetResp.vo:type_name -> gorpc.UserWhiteVo
-	302, // 366: gorpc.UserWhiteUpdateReq.vo:type_name -> gorpc.UserWhiteVo
-	302, // 367: gorpc.UserWhiteUpdateResp.vo:type_name -> gorpc.UserWhiteVo
-	10,  // 368: gorpc.UserTestListReq.page:type_name -> gorpc.Page
-	303, // 369: gorpc.UserTestListReq.vo:type_name -> gorpc.UserTestVo
-	303, // 370: gorpc.UserTestListResp.list:type_name -> gorpc.UserTestVo
-	303, // 371: gorpc.UserTestAddReq.vo:type_name -> gorpc.UserTestVo
-	303, // 372: gorpc.UserTestAddResp.vo:type_name -> gorpc.UserTestVo
-	303, // 373: gorpc.UserTestGetReq.vo:type_name -> gorpc.UserTestVo
-	303, // 374: gorpc.UserTestGetResp.vo:type_name -> gorpc.UserTestVo
-	303, // 375: gorpc.UserTestUpdateReq.vo:type_name -> gorpc.UserTestVo
-	303, // 376: gorpc.UserTestUpdateResp.vo:type_name -> gorpc.UserTestVo
-	2,   // 377: gorpc.UserServiceVo.status:type_name -> gorpc.Status
-	328, // 378: gorpc.UserServiceAddReq.vo:type_name -> gorpc.UserServiceVo
-	328, // 379: gorpc.UserServiceAddResp.vo:type_name -> gorpc.UserServiceVo
-	328, // 380: gorpc.UserServiceUpdateReq.vo:type_name -> gorpc.UserServiceVo
-	328, // 381: gorpc.UserServiceUpdateResp.vo:type_name -> gorpc.UserServiceVo
-	328, // 382: gorpc.UserServiceGetReq.vo:type_name -> gorpc.UserServiceVo
-	328, // 383: gorpc.UserServiceGetResp.vo:type_name -> gorpc.UserServiceVo
-	10,  // 384: gorpc.UserServiceListReq.page:type_name -> gorpc.Page
-	328, // 385: gorpc.UserServiceListReq.vo:type_name -> gorpc.UserServiceVo
-	328, // 386: gorpc.UserServiceListResp.list:type_name -> gorpc.UserServiceVo
-	2,   // 387: gorpc.DeviceVo.status:type_name -> gorpc.Status
-	10,  // 388: gorpc.DeviceListReq.page:type_name -> gorpc.Page
-	338, // 389: gorpc.DeviceListReq.vo:type_name -> gorpc.DeviceVo
-	338, // 390: gorpc.DeviceListRes.list:type_name -> gorpc.DeviceVo
-	2,   // 391: gorpc.UserAppConfigVo.status:type_name -> gorpc.Status
-	341, // 392: gorpc.UserAppConfigGetReq.vo:type_name -> gorpc.UserAppConfigVo
-	10,  // 393: gorpc.UserAppConfigListReq.page:type_name -> gorpc.Page
-	341, // 394: gorpc.UserAppConfigListReq.vo:type_name -> gorpc.UserAppConfigVo
-	341, // 395: gorpc.UserAppConfigListRes.list:type_name -> gorpc.UserAppConfigVo
-	2,   // 396: gorpc.UserVo.status:type_name -> gorpc.Status
-	345, // 397: gorpc.UserAddReq.vo:type_name -> gorpc.UserVo
-	345, // 398: gorpc.UserAddResp.vo:type_name -> gorpc.UserVo
-	345, // 399: gorpc.UserUpdateReq.vo:type_name -> gorpc.UserVo
-	345, // 400: gorpc.UserUpdateResp.vo:type_name -> gorpc.UserVo
-	345, // 401: gorpc.UserGetReq.vo:type_name -> gorpc.UserVo
-	345, // 402: gorpc.UserGetResp.vo:type_name -> gorpc.UserVo
-	10,  // 403: gorpc.UserListReq.page:type_name -> gorpc.Page
-	345, // 404: gorpc.UserListReq.vo:type_name -> gorpc.UserVo
-	345, // 405: gorpc.UserListResp.list:type_name -> gorpc.UserVo
-	2,   // 406: gorpc.UserCredentialVo.status:type_name -> gorpc.Status
-	355, // 407: gorpc.UserCredentialAddReq.vo:type_name -> gorpc.UserCredentialVo
-	355, // 408: gorpc.UserCredentialAddResp.vo:type_name -> gorpc.UserCredentialVo
-	355, // 409: gorpc.UserCredentialUpdateReq.vo:type_name -> gorpc.UserCredentialVo
-	355, // 410: gorpc.UserCredentialUpdateResp.vo:type_name -> gorpc.UserCredentialVo
-	355, // 411: gorpc.UserCredentialGetReq.vo:type_name -> gorpc.UserCredentialVo
-	355, // 412: gorpc.UserCredentialGetResp.vo:type_name -> gorpc.UserCredentialVo
-	10,  // 413: gorpc.UserCredentialListReq.page:type_name -> gorpc.Page
-	355, // 414: gorpc.UserCredentialListReq.vo:type_name -> gorpc.UserCredentialVo
-	355, // 415: gorpc.UserCredentialListResp.list:type_name -> gorpc.UserCredentialVo
-	2,   // 416: gorpc.UserDeviceVo.status:type_name -> gorpc.Status
-	365, // 417: gorpc.UserDeviceAddReq.vo:type_name -> gorpc.UserDeviceVo
-	365, // 418: gorpc.UserDeviceAddResp.vo:type_name -> gorpc.UserDeviceVo
-	365, // 419: gorpc.UserDeviceUpdateReq.vo:type_name -> gorpc.UserDeviceVo
-	365, // 420: gorpc.UserDeviceUpdateResp.vo:type_name -> gorpc.UserDeviceVo
-	365, // 421: gorpc.UserDeviceGetReq.vo:type_name -> gorpc.UserDeviceVo
-	365, // 422: gorpc.UserDeviceGetResp.vo:type_name -> gorpc.UserDeviceVo
-	10,  // 423: gorpc.UserDeviceListReq.page:type_name -> gorpc.Page
-	365, // 424: gorpc.UserDeviceListReq.vo:type_name -> gorpc.UserDeviceVo
-	365, // 425: gorpc.UserDeviceListResp.list:type_name -> gorpc.UserDeviceVo
-	2,   // 426: gorpc.VpnTagVo.status:type_name -> gorpc.Status
-	375, // 427: gorpc.VpnTagGetReq.vo:type_name -> gorpc.VpnTagVo
-	10,  // 428: gorpc.VpnTagListReq.page:type_name -> gorpc.Page
-	375, // 429: gorpc.VpnTagListReq.vo:type_name -> gorpc.VpnTagVo
-	375, // 430: gorpc.VpnTagListResp.list:type_name -> gorpc.VpnTagVo
-	375, // 431: gorpc.VpnTagBatchAddReq.list:type_name -> gorpc.VpnTagVo
-	375, // 432: gorpc.VpnTagBatchAddResp.list:type_name -> gorpc.VpnTagVo
-	375, // 433: gorpc.VpnTagBatchUpdateReq.list:type_name -> gorpc.VpnTagVo
-	375, // 434: gorpc.VpnTagBatchUpdateResp.list:type_name -> gorpc.VpnTagVo
-	2,   // 435: gorpc.VpnGroupVo.status:type_name -> gorpc.Status
-	384, // 436: gorpc.VpnGroupExVo.vo:type_name -> gorpc.VpnGroupVo
-	384, // 437: gorpc.VpnGroupAddReq.vo:type_name -> gorpc.VpnGroupVo
-	384, // 438: gorpc.VpnGroupGetReq.vo:type_name -> gorpc.VpnGroupVo
-	10,  // 439: gorpc.VpnGroupListReq.page:type_name -> gorpc.Page
-	384, // 440: gorpc.VpnGroupListReq.vo:type_name -> gorpc.VpnGroupVo
-	384, // 441: gorpc.VpnGroupListResp.list:type_name -> gorpc.VpnGroupVo
-	385, // 442: gorpc.VpnGroupBatchAddReq.list:type_name -> gorpc.VpnGroupExVo
-	385, // 443: gorpc.VpnGroupBatchAddResp.list:type_name -> gorpc.VpnGroupExVo
-	385, // 444: gorpc.VpnGroupBatchUpdateReq.list:type_name -> gorpc.VpnGroupExVo
-	385, // 445: gorpc.VpnGroupBatchUpdateResp.list:type_name -> gorpc.VpnGroupExVo
-	10,  // 446: gorpc.VpnGroupTagListReq.page:type_name -> gorpc.Page
-	395, // 447: gorpc.VpnGroupTagListReq.vo:type_name -> gorpc.VpnGroupTagVo
-	395, // 448: gorpc.VpnGroupTagListResp.list:type_name -> gorpc.VpnGroupTagVo
-	2,   // 449: gorpc.VpnLocationVo.status:type_name -> gorpc.Status
-	398, // 450: gorpc.VpnLocationExVo.vo:type_name -> gorpc.VpnLocationVo
-	398, // 451: gorpc.VpnLocationGetReq.vo:type_name -> gorpc.VpnLocationVo
-	10,  // 452: gorpc.VpnLocationListReq.page:type_name -> gorpc.Page
-	399, // 453: gorpc.VpnLocationListReq.vo:type_name -> gorpc.VpnLocationExVo
-	399, // 454: gorpc.VpnLocationListResp.list:type_name -> gorpc.VpnLocationExVo
-	398, // 455: gorpc.VpnLocationBatchAddReq.list:type_name -> gorpc.VpnLocationVo
-	399, // 456: gorpc.VpnLocationBatchAddResp.list:type_name -> gorpc.VpnLocationExVo
-	398, // 457: gorpc.VpnLocationBatchUpdateReq.list:type_name -> gorpc.VpnLocationVo
-	399, // 458: gorpc.VpnLocationBatchUpdateResp.list:type_name -> gorpc.VpnLocationExVo
-	2,   // 459: gorpc.VpnServerVo.status:type_name -> gorpc.Status
-	408, // 460: gorpc.VpnServerExVo.vo:type_name -> gorpc.VpnServerVo
-	10,  // 461: gorpc.VpnServerListReq.page:type_name -> gorpc.Page
-	408, // 462: gorpc.VpnServerListReq.vo:type_name -> gorpc.VpnServerVo
-	408, // 463: gorpc.VpnServerListResp.list:type_name -> gorpc.VpnServerVo
-	409, // 464: gorpc.VpnServerExListResp.list:type_name -> gorpc.VpnServerExVo
-	408, // 465: gorpc.VpnServerAddReq.vo:type_name -> gorpc.VpnServerVo
-	409, // 466: gorpc.VpnServerBatchAddReq.list:type_name -> gorpc.VpnServerExVo
-	409, // 467: gorpc.VpnServerBatchAddResp.list:type_name -> gorpc.VpnServerExVo
-	409, // 468: gorpc.VpnServerBatchUpdateReq.list:type_name -> gorpc.VpnServerExVo
-	409, // 469: gorpc.VpnServerBatchUpdateResp.list:type_name -> gorpc.VpnServerExVo
-	2,   // 470: gorpc.VpnServerLocationVo.status:type_name -> gorpc.Status
-	10,  // 471: gorpc.VpnServerLocationListReq.page:type_name -> gorpc.Page
-	419, // 472: gorpc.VpnServerLocationListReq.vo:type_name -> gorpc.VpnServerLocationVo
-	419, // 473: gorpc.VpnServerLocationListResp.list:type_name -> gorpc.VpnServerLocationVo
-	10,  // 474: gorpc.VpnLocationServerCountReq.page:type_name -> gorpc.Page
-	2,   // 475: gorpc.VpnLocationServerCountReq.status:type_name -> gorpc.Status
-	422, // 476: gorpc.VpnLocationServerCountResp.list:type_name -> gorpc.VpnLocationServerCountVo
-	10,  // 477: gorpc.VpnProbeTaskListReq.page:type_name -> gorpc.Page
-	425, // 478: gorpc.VpnProbeTaskListReq.vo:type_name -> gorpc.VpnProbeTaskVo
-	425, // 479: gorpc.VpnProbeTaskListResp.list:type_name -> gorpc.VpnProbeTaskVo
-	408, // 480: gorpc.VpnWithIPAndPortResp.list:type_name -> gorpc.VpnServerVo
-	430, // 481: gorpc.VpnipWalledAddReq.vo:type_name -> gorpc.VpnipWalledVo
-	430, // 482: gorpc.VpnipWalledAddResp.vo:type_name -> gorpc.VpnipWalledVo
-	430, // 483: gorpc.VpnipWalledUpdateReq.vo:type_name -> gorpc.VpnipWalledVo
-	430, // 484: gorpc.VpnipWalledUpdateResp.vo:type_name -> gorpc.VpnipWalledVo
-	430, // 485: gorpc.VpnipWalledGetReq.vo:type_name -> gorpc.VpnipWalledVo
-	430, // 486: gorpc.VpnipWalledGetResp.vo:type_name -> gorpc.VpnipWalledVo
-	10,  // 487: gorpc.VpnipWalledListReq.page:type_name -> gorpc.Page
-	430, // 488: gorpc.VpnipWalledListReq.vo:type_name -> gorpc.VpnipWalledVo
-	430, // 489: gorpc.VpnipWalledListResp.list:type_name -> gorpc.VpnipWalledVo
-	430, // 490: gorpc.VpnipWalledBatchAddReq.list:type_name -> gorpc.VpnipWalledVo
-	430, // 491: gorpc.VpnipWalledBatchAddResp.list:type_name -> gorpc.VpnipWalledVo
-	430, // 492: gorpc.VpnipWalledBatchUpdateReq.list:type_name -> gorpc.VpnipWalledVo
-	430, // 493: gorpc.VpnipWalledBatchUpdateResp.list:type_name -> gorpc.VpnipWalledVo
-	2,   // 494: gorpc.VpnipVo.status:type_name -> gorpc.Status
-	443, // 495: gorpc.VpnipExVo.vo:type_name -> gorpc.VpnipVo
-	430, // 496: gorpc.VpnipExVo.walledInfos:type_name -> gorpc.VpnipWalledVo
-	443, // 497: gorpc.VpnipAddReq.vo:type_name -> gorpc.VpnipVo
-	443, // 498: gorpc.VpnipAddResp.vo:type_name -> gorpc.VpnipVo
-	444, // 499: gorpc.VpnipExAddReq.vo:type_name -> gorpc.VpnipExVo
-	444, // 500: gorpc.VpnipExAddResp.vo:type_name -> gorpc.VpnipExVo
-	443, // 501: gorpc.VpnipUpdateReq.vo:type_name -> gorpc.VpnipVo
-	443, // 502: gorpc.VpnipUpdateResp.vo:type_name -> gorpc.VpnipVo
-	444, // 503: gorpc.VpnipExUpdateReq.vo:type_name -> gorpc.VpnipExVo
-	444, // 504: gorpc.VpnipExUpdateResp.vo:type_name -> gorpc.VpnipExVo
-	443, // 505: gorpc.VpnipGetReq.vo:type_name -> gorpc.VpnipVo
-	443, // 506: gorpc.VpnipGetResp.vo:type_name -> gorpc.VpnipVo
-	444, // 507: gorpc.VpnipExGetResp.vo:type_name -> gorpc.VpnipExVo
-	10,  // 508: gorpc.VpnipListReq.page:type_name -> gorpc.Page
-	443, // 509: gorpc.VpnipListReq.vo:type_name -> gorpc.VpnipVo
-	443, // 510: gorpc.VpnipListResp.list:type_name -> gorpc.VpnipVo
-	444, // 511: gorpc.VpnipExListResp.list:type_name -> gorpc.VpnipExVo
-	443, // 512: gorpc.VpnipBatchAddReq.list:type_name -> gorpc.VpnipVo
-	443, // 513: gorpc.VpnipBatchAddResp.list:type_name -> gorpc.VpnipVo
-	443, // 514: gorpc.VpnipBatchUpdateReq.list:type_name -> gorpc.VpnipVo
-	443, // 515: gorpc.VpnipBatchUpdateResp.list:type_name -> gorpc.VpnipVo
-	444, // 516: gorpc.VpnipExBatchAddReq.list:type_name -> gorpc.VpnipExVo
-	444, // 517: gorpc.VpnipExBatchAddResp.list:type_name -> gorpc.VpnipExVo
-	444, // 518: gorpc.VpnipExBatchUpdateReq.list:type_name -> gorpc.VpnipExVo
-	444, // 519: gorpc.VpnipExBatchUpdateResp.list:type_name -> gorpc.VpnipExVo
-	2,   // 520: gorpc.VpnipRangeVo.status:type_name -> gorpc.Status
-	467, // 521: gorpc.VpnipRangeExVo.vo:type_name -> gorpc.VpnipRangeVo
-	443, // 522: gorpc.VpnipRangeExVo.ipInfos:type_name -> gorpc.VpnipVo
-	467, // 523: gorpc.VpnipRangeAddReq.vo:type_name -> gorpc.VpnipRangeVo
-	467, // 524: gorpc.VpnipRangeAddResp.vo:type_name -> gorpc.VpnipRangeVo
-	468, // 525: gorpc.VpnipRangeExAddReq.vo:type_name -> gorpc.VpnipRangeExVo
-	468, // 526: gorpc.VpnipRangeExAddResp.vo:type_name -> gorpc.VpnipRangeExVo
-	467, // 527: gorpc.VpnipRangeUpdateReq.vo:type_name -> gorpc.VpnipRangeVo
-	467, // 528: gorpc.VpnipRangeUpdateResp.vo:type_name -> gorpc.VpnipRangeVo
-	468, // 529: gorpc.VpnipRangeExUpdateReq.vo:type_name -> gorpc.VpnipRangeExVo
-	468, // 530: gorpc.VpnipRangeExUpdateResp.vo:type_name -> gorpc.VpnipRangeExVo
-	467, // 531: gorpc.VpnipRangeGetReq.vo:type_name -> gorpc.VpnipRangeVo
-	467, // 532: gorpc.VpnipRangeGetResp.vo:type_name -> gorpc.VpnipRangeVo
-	468, // 533: gorpc.VpnipRangeExGetResp.vo:type_name -> gorpc.VpnipRangeExVo
-	10,  // 534: gorpc.VpnipRangeListReq.page:type_name -> gorpc.Page
-	467, // 535: gorpc.VpnipRangeListReq.vo:type_name -> gorpc.VpnipRangeVo
-	467, // 536: gorpc.VpnipRangeListResp.list:type_name -> gorpc.VpnipRangeVo
-	468, // 537: gorpc.VpnipRangeExListResp.list:type_name -> gorpc.VpnipRangeExVo
-	467, // 538: gorpc.VpnipRangeBatchAddReq.list:type_name -> gorpc.VpnipRangeVo
-	467, // 539: gorpc.VpnipRangeBatchAddResp.list:type_name -> gorpc.VpnipRangeVo
-	467, // 540: gorpc.VpnipRangeBatchUpdateReq.list:type_name -> gorpc.VpnipRangeVo
-	467, // 541: gorpc.VpnipRangeBatchUpdateResp.list:type_name -> gorpc.VpnipRangeVo
-	468, // 542: gorpc.VpnipRangeExBatchAddReq.list:type_name -> gorpc.VpnipRangeExVo
-	468, // 543: gorpc.VpnipRangeExBatchAddResp.list:type_name -> gorpc.VpnipRangeExVo
-	468, // 544: gorpc.VpnipRangeExBatchUpdateReq.list:type_name -> gorpc.VpnipRangeExVo
-	468, // 545: gorpc.VpnipRangeExBatchUpdateResp.list:type_name -> gorpc.VpnipRangeExVo
-	491, // 546: gorpc.VpnipBindAddReq.vo:type_name -> gorpc.VpnipBindVo
-	491, // 547: gorpc.VpnipBindAddResp.vo:type_name -> gorpc.VpnipBindVo
-	491, // 548: gorpc.VpnipBindUpdateReq.vo:type_name -> gorpc.VpnipBindVo
-	491, // 549: gorpc.VpnipBindUpdateResp.vo:type_name -> gorpc.VpnipBindVo
-	491, // 550: gorpc.VpnipBindGetReq.vo:type_name -> gorpc.VpnipBindVo
-	491, // 551: gorpc.VpnipBindGetResp.vo:type_name -> gorpc.VpnipBindVo
-	10,  // 552: gorpc.VpnipBindListReq.page:type_name -> gorpc.Page
-	491, // 553: gorpc.VpnipBindListReq.vo:type_name -> gorpc.VpnipBindVo
-	491, // 554: gorpc.VpnipBindListResp.list:type_name -> gorpc.VpnipBindVo
-	491, // 555: gorpc.VpnipBindBatchAddReq.list:type_name -> gorpc.VpnipBindVo
-	491, // 556: gorpc.VpnipBindBatchAddResp.list:type_name -> gorpc.VpnipBindVo
-	491, // 557: gorpc.VpnipBindBatchUpdateReq.list:type_name -> gorpc.VpnipBindVo
-	491, // 558: gorpc.VpnipBindBatchUpdateResp.list:type_name -> gorpc.VpnipBindVo
-	2,   // 559: gorpc.VpnConfigTemplatePlanVo.status:type_name -> gorpc.Status
-	2,   // 560: gorpc.VpnConfigTemplatePlanDetailVo.status:type_name -> gorpc.Status
-	504, // 561: gorpc.VpnConfigTemplatePlanAddReq.plan:type_name -> gorpc.VpnConfigTemplatePlanVo
-	505, // 562: gorpc.VpnConfigTemplatePlanAddReq.details:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	504, // 563: gorpc.VpnConfigTemplatePlanAddResp.plan:type_name -> gorpc.VpnConfigTemplatePlanVo
-	505, // 564: gorpc.VpnConfigTemplatePlanAddResp.details:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	504, // 565: gorpc.VpnConfigTemplatePlanUpdateReq.vo:type_name -> gorpc.VpnConfigTemplatePlanVo
-	504, // 566: gorpc.VpnConfigTemplatePlanUpdateResp.plan:type_name -> gorpc.VpnConfigTemplatePlanVo
-	505, // 567: gorpc.VpnConfigTemplatePlanUpdateResp.details:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	504, // 568: gorpc.VpnConfigTemplatePlanGetReq.vo:type_name -> gorpc.VpnConfigTemplatePlanVo
-	504, // 569: gorpc.VpnConfigTemplatePlanGetResp.plan:type_name -> gorpc.VpnConfigTemplatePlanVo
-	505, // 570: gorpc.VpnConfigTemplatePlanGetResp.details:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	10,  // 571: gorpc.VpnConfigTemplatePlanListReq.page:type_name -> gorpc.Page
-	504, // 572: gorpc.VpnConfigTemplatePlanListReq.vo:type_name -> gorpc.VpnConfigTemplatePlanVo
-	512, // 573: gorpc.VpnConfigTemplatePlanListResp.list:type_name -> gorpc.VpnConfigTemplatePlanGetResp
-	505, // 574: gorpc.VpnConfigTemplatePlanDetailAddReq.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	505, // 575: gorpc.VpnConfigTemplatePlanDetailAddResp.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	505, // 576: gorpc.VpnConfigTemplatePlanDetailUpdateReq.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	505, // 577: gorpc.VpnConfigTemplatePlanDetailUpdateResp.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	505, // 578: gorpc.VpnConfigTemplatePlanDetailGetReq.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	505, // 579: gorpc.VpnConfigTemplatePlanDetailGetResp.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	10,  // 580: gorpc.VpnConfigTemplatePlanDetailListReq.page:type_name -> gorpc.Page
-	505, // 581: gorpc.VpnConfigTemplatePlanDetailListReq.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	505, // 582: gorpc.VpnConfigTemplatePlanDetailListResp.list:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
-	19,  // 583: gorpc.GoGameClient.GameAdd:input_type -> gorpc.GameVo
-	19,  // 584: gorpc.GoGameClient.GameUpdate:input_type -> gorpc.GameVo
-	14,  // 585: gorpc.GoGameClient.GameDel:input_type -> gorpc.Ids
-	20,  // 586: gorpc.GoGameClient.GameGet:input_type -> gorpc.GameReq
-	21,  // 587: gorpc.GoGameClient.GameList:input_type -> gorpc.GameListReq
-	15,  // 588: gorpc.GoGameClient.GameAll:input_type -> gorpc.Request
-	31,  // 589: gorpc.GoGameClient.GameRedisHScanByName:input_type -> gorpc.GameRedisHScanByNameReq
-	23,  // 590: gorpc.GoGameClient.RelGameRankAdd:input_type -> gorpc.RelGameRankVo
-	23,  // 591: gorpc.GoGameClient.RelGameRankUpdate:input_type -> gorpc.RelGameRankVo
-	14,  // 592: gorpc.GoGameClient.RelGameRankDel:input_type -> gorpc.Ids
-	24,  // 593: gorpc.GoGameClient.RelGameRankGet:input_type -> gorpc.RelGameRankReq
-	25,  // 594: gorpc.GoGameClient.RelGameRankList:input_type -> gorpc.RelGameRankListReq
-	27,  // 595: gorpc.GoGameClient.RelGameVpnGroupAdd:input_type -> gorpc.RelGameVpnGroupVo
-	27,  // 596: gorpc.GoGameClient.RelGameVpnGroupUpdate:input_type -> gorpc.RelGameVpnGroupVo
-	14,  // 597: gorpc.GoGameClient.RelGameVpnGroupDel:input_type -> gorpc.Ids
-	28,  // 598: gorpc.GoGameClient.RelGameVpnGroupGet:input_type -> gorpc.RelGameVpnGroupReq
-	29,  // 599: gorpc.GoGameClient.RelGameVpnGroupList:input_type -> gorpc.RelGameVpnGroupListReq
-	34,  // 600: gorpc.GoGameClient.GameCustomerList:input_type -> gorpc.GameCustomerListReq
-	33,  // 601: gorpc.GoGameClient.GameCustomerAdd:input_type -> gorpc.GameCustomerVo
-	14,  // 602: gorpc.GoGameClient.GameCustomerDel:input_type -> gorpc.Ids
-	37,  // 603: gorpc.GoGameClient.GameCategoryAdd:input_type -> gorpc.GameCategoryVo
-	37,  // 604: gorpc.GoGameClient.GameCategoryUpdate:input_type -> gorpc.GameCategoryVo
-	14,  // 605: gorpc.GoGameClient.GameCategoryDel:input_type -> gorpc.Ids
-	38,  // 606: gorpc.GoGameClient.GameCategoryGet:input_type -> gorpc.GameCategoryReq
-	39,  // 607: gorpc.GoGameClient.GameCategoryList:input_type -> gorpc.GameCategoryListReq
-	15,  // 608: gorpc.GoGameClient.GameCategoryAll:input_type -> gorpc.Request
-	48,  // 609: gorpc.GoPlanClient.ServiceTypesAdd:input_type -> gorpc.ServiceTypesAddReq
-	50,  // 610: gorpc.GoPlanClient.ServiceTypesUpdate:input_type -> gorpc.ServiceTypesUpdateReq
-	52,  // 611: gorpc.GoPlanClient.ServiceTypesDel:input_type -> gorpc.ServiceTypesDelReq
-	44,  // 612: gorpc.GoPlanClient.ServiceTypesGet:input_type -> gorpc.ServiceTypesGetReq
-	46,  // 613: gorpc.GoPlanClient.ServiceTypesGetWithValue:input_type -> gorpc.ServiceTypesGetWithValueReq
-	53,  // 614: gorpc.GoPlanClient.ServiceTypesList:input_type -> gorpc.ServiceTypesListReq
-	55,  // 615: gorpc.GoPlanClient.ServiceTypesListWithValue:input_type -> gorpc.ServiceTypesListWithValueReq
-	65,  // 616: gorpc.GoPlanClient.ServiceBoxAdd:input_type -> gorpc.ServiceBoxAddReq
-	67,  // 617: gorpc.GoPlanClient.ServiceBoxAddWithDetails:input_type -> gorpc.ServiceBoxAddWithDetailsReq
-	69,  // 618: gorpc.GoPlanClient.ServiceBoxUpdate:input_type -> gorpc.ServiceBoxUpdateReq
-	71,  // 619: gorpc.GoPlanClient.ServiceBoxUpdateWithDetails:input_type -> gorpc.ServiceBoxUpdateWithDetailsReq
-	73,  // 620: gorpc.GoPlanClient.ServiceBoxDel:input_type -> gorpc.ServiceBoxDelReq
-	61,  // 621: gorpc.GoPlanClient.ServiceBoxGet:input_type -> gorpc.ServiceBoxGetReq
-	63,  // 622: gorpc.GoPlanClient.ServiceBoxGetWithDetails:input_type -> gorpc.ServiceBoxGetWithDetailsReq
-	74,  // 623: gorpc.GoPlanClient.ServiceBoxList:input_type -> gorpc.ServiceBoxListReq
-	76,  // 624: gorpc.GoPlanClient.ServiceBoxListWithDetails:input_type -> gorpc.ServiceBoxListWithDetailsReq
-	81,  // 625: gorpc.GoPlanClient.ServiceBoxTypesAdd:input_type -> gorpc.ServiceBoxTypesAddReq
-	83,  // 626: gorpc.GoPlanClient.ServiceBoxTypesUpdate:input_type -> gorpc.ServiceBoxTypesUpdateReq
-	85,  // 627: gorpc.GoPlanClient.ServiceBoxTypesDel:input_type -> gorpc.ServiceBoxTypesDelReq
-	79,  // 628: gorpc.GoPlanClient.ServiceBoxTypesGet:input_type -> gorpc.ServiceBoxTypesGetReq
-	86,  // 629: gorpc.GoPlanClient.ServiceBoxTypesList:input_type -> gorpc.ServiceBoxTypesListReq
-	97,  // 630: gorpc.GoPlanClient.ServicePlanAdd:input_type -> gorpc.ServicePlanAddReq
-	99,  // 631: gorpc.GoPlanClient.ServicePlanAddWithBoxes:input_type -> gorpc.ServicePlanAddWithBoxesReq
-	101, // 632: gorpc.GoPlanClient.ServicePlanAddWithBoxesAndDetails:input_type -> gorpc.ServicePlanAddWithBoxesAndDetailsReq
-	103, // 633: gorpc.GoPlanClient.ServicePlanUpdate:input_type -> gorpc.ServicePlanUpdateReq
-	105, // 634: gorpc.GoPlanClient.ServicePlanUpdateWithBoxes:input_type -> gorpc.ServicePlanUpdateWithBoxesReq
-	107, // 635: gorpc.GoPlanClient.ServicePlanUpdateWithBoxesAndDetails:input_type -> gorpc.ServicePlanUpdateWithBoxesAndDetailsReq
-	109, // 636: gorpc.GoPlanClient.ServicePlanDel:input_type -> gorpc.ServicePlanDelReq
-	91,  // 637: gorpc.GoPlanClient.ServicePlanGet:input_type -> gorpc.ServicePlanGetReq
-	93,  // 638: gorpc.GoPlanClient.ServicePlanGetWithBoxes:input_type -> gorpc.ServicePlanGetWithBoxesReq
-	95,  // 639: gorpc.GoPlanClient.ServicePlanGetWithBoxesAndDetails:input_type -> gorpc.ServicePlanGetWithBoxesAndDetailsReq
-	110, // 640: gorpc.GoPlanClient.ServicePlanList:input_type -> gorpc.ServicePlanListReq
-	112, // 641: gorpc.GoPlanClient.ServicePlanListWithBoxes:input_type -> gorpc.ServicePlanListWithBoxesReq
-	114, // 642: gorpc.GoPlanClient.ServicePlanListWithBoxesAndDetails:input_type -> gorpc.ServicePlanListWithBoxesAndDetailsReq
-	119, // 643: gorpc.GoPlanClient.ServicePlanBoxesAdd:input_type -> gorpc.ServicePlanBoxesAddReq
-	121, // 644: gorpc.GoPlanClient.ServicePlanBoxesUpdate:input_type -> gorpc.ServicePlanBoxesUpdateReq
-	123, // 645: gorpc.GoPlanClient.ServicePlanBoxesDel:input_type -> gorpc.ServicePlanBoxesDelReq
-	117, // 646: gorpc.GoPlanClient.ServicePlanBoxesGet:input_type -> gorpc.ServicePlanBoxesGetReq
-	124, // 647: gorpc.GoPlanClient.ServicePlanBoxesList:input_type -> gorpc.ServicePlanBoxesListReq
-	138, // 648: gorpc.GoPlanClient.ServicePlanChannelAdd:input_type -> gorpc.ServicePlanChannelAddReq
-	140, // 649: gorpc.GoPlanClient.ServicePlanChannelUpdate:input_type -> gorpc.ServicePlanChannelUpdateReq
-	142, // 650: gorpc.GoPlanClient.ServicePlanChannelDel:input_type -> gorpc.ServicePlanChannelDelReq
-	130, // 651: gorpc.GoPlanClient.ServicePlanChannelGet:input_type -> gorpc.ServicePlanChannelGetReq
-	132, // 652: gorpc.GoPlanClient.ServicePlanChannelGetWithPlan:input_type -> gorpc.ServicePlanChannelGetWithPlanReq
-	134, // 653: gorpc.GoPlanClient.ServicePlanChannelGetWithPlanAndBoxes:input_type -> gorpc.ServicePlanChannelGetWithPlanAndBoxesReq
-	136, // 654: gorpc.GoPlanClient.ServicePlanChannelGetWithPlanAndBoxesAndDetails:input_type -> gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq
-	143, // 655: gorpc.GoPlanClient.ServicePlanChannelList:input_type -> gorpc.ServicePlanChannelListReq
-	145, // 656: gorpc.GoPlanClient.ServicePlanChannelListWithPlan:input_type -> gorpc.ServicePlanChannelListWithPlanReq
-	147, // 657: gorpc.GoPlanClient.ServicePlanChannelListWithPlanAndBoxes:input_type -> gorpc.ServicePlanChannelListWithPlanAndBoxesReq
-	149, // 658: gorpc.GoPlanClient.ServicePlanChannelListWithPlanAndBoxesAndDetails:input_type -> gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq
-	15,  // 659: gorpc.GoPmpClient.Ping:input_type -> gorpc.Request
-	153, // 660: gorpc.GoPmpClient.GlobalParamAdd:input_type -> gorpc.GlobalParamVo
-	153, // 661: gorpc.GoPmpClient.GlobalParamUpdate:input_type -> gorpc.GlobalParamVo
-	14,  // 662: gorpc.GoPmpClient.GlobalParamDel:input_type -> gorpc.Ids
-	153, // 663: gorpc.GoPmpClient.GlobalParamGet:input_type -> gorpc.GlobalParamVo
-	154, // 664: gorpc.GoPmpClient.GlobalParamGetWithLang:input_type -> gorpc.GlobalParamGetReq
-	155, // 665: gorpc.GoPmpClient.GlobalParamList:input_type -> gorpc.GlobalParamListReq
-	157, // 666: gorpc.GoPmpClient.ProductAdd:input_type -> gorpc.ProductVo
-	157, // 667: gorpc.GoPmpClient.ProductUpdate:input_type -> gorpc.ProductVo
-	14,  // 668: gorpc.GoPmpClient.ProductDel:input_type -> gorpc.Ids
-	157, // 669: gorpc.GoPmpClient.ProductGet:input_type -> gorpc.ProductVo
-	158, // 670: gorpc.GoPmpClient.ProductList:input_type -> gorpc.ProductListReq
-	15,  // 671: gorpc.GoPmpClient.ProductAll:input_type -> gorpc.Request
-	160, // 672: gorpc.GoPmpClient.ProductParamAdd:input_type -> gorpc.ProductParamVo
-	160, // 673: gorpc.GoPmpClient.ProductParamUpdate:input_type -> gorpc.ProductParamVo
-	14,  // 674: gorpc.GoPmpClient.ProductParamDel:input_type -> gorpc.Ids
-	160, // 675: gorpc.GoPmpClient.ProductParamGet:input_type -> gorpc.ProductParamVo
-	161, // 676: gorpc.GoPmpClient.ProductParamGetWithLang:input_type -> gorpc.ProductParamGetReq
-	162, // 677: gorpc.GoPmpClient.ProductParamList:input_type -> gorpc.ProductParamListReq
-	164, // 678: gorpc.GoPmpClient.ProductActionAdd:input_type -> gorpc.ProductActionVo
-	164, // 679: gorpc.GoPmpClient.ProductActionUpdate:input_type -> gorpc.ProductActionVo
-	14,  // 680: gorpc.GoPmpClient.ProductActionDel:input_type -> gorpc.Ids
-	165, // 681: gorpc.GoPmpClient.ProductActionGet:input_type -> gorpc.ProductActionReq
-	166, // 682: gorpc.GoPmpClient.ProductActionList:input_type -> gorpc.ProductActionListReq
-	168, // 683: gorpc.GoPmpClient.ProductActionGroupAdd:input_type -> gorpc.ProductActionGroupVo
-	168, // 684: gorpc.GoPmpClient.ProductActionGroupUpdate:input_type -> gorpc.ProductActionGroupVo
-	14,  // 685: gorpc.GoPmpClient.ProductActionGroupDel:input_type -> gorpc.Ids
-	169, // 686: gorpc.GoPmpClient.ProductActionGroupGet:input_type -> gorpc.ProductActionGroupReq
-	170, // 687: gorpc.GoPmpClient.ProductActionGroupList:input_type -> gorpc.ProductActionGroupListReq
-	172, // 688: gorpc.GoPmpClient.ProductActionGroupDisable:input_type -> gorpc.ProductActionGroupDisableReq
-	173, // 689: gorpc.GoPmpClient.ProductActionGroupEnable:input_type -> gorpc.ProductActionGroupEnableReq
-	174, // 690: gorpc.GoPmpClient.ProductActionPolicyGroupAdd:input_type -> gorpc.ProductActionPolicyGroupVo
-	174, // 691: gorpc.GoPmpClient.ProductActionPolicyGroupUpdate:input_type -> gorpc.ProductActionPolicyGroupVo
-	14,  // 692: gorpc.GoPmpClient.ProductActionPolicyGroupDel:input_type -> gorpc.Ids
-	175, // 693: gorpc.GoPmpClient.ProductActionPolicyGroupGet:input_type -> gorpc.ProductActionPolicyGroupReq
-	176, // 694: gorpc.GoPmpClient.ProductActionPolicyGroupList:input_type -> gorpc.ProductActionPolicyGroupListReq
-	178, // 695: gorpc.GoPmpClient.ProductActionPolicyGroupDisable:input_type -> gorpc.ProductActionPolicyGroupDisableReq
-	179, // 696: gorpc.GoPmpClient.ProductActionPolicyGroupEnable:input_type -> gorpc.ProductActionPolicyGroupEnableReq
-	180, // 697: gorpc.GoPmpClient.ProductActionTypeAdd:input_type -> gorpc.ProductActionTypeVo
-	180, // 698: gorpc.GoPmpClient.ProductActionTypeUpdate:input_type -> gorpc.ProductActionTypeVo
-	14,  // 699: gorpc.GoPmpClient.ProductActionTypeDel:input_type -> gorpc.Ids
-	181, // 700: gorpc.GoPmpClient.ProductActionTypeGet:input_type -> gorpc.ProductActionTypeReq
-	182, // 701: gorpc.GoPmpClient.ProductActionTypeList:input_type -> gorpc.ProductActionTypeListReq
-	184, // 702: gorpc.GoPmpClient.AreaParamAdd:input_type -> gorpc.AreaParamVo
-	184, // 703: gorpc.GoPmpClient.AreaParamUpdate:input_type -> gorpc.AreaParamVo
-	14,  // 704: gorpc.GoPmpClient.AreaParamDel:input_type -> gorpc.Ids
-	184, // 705: gorpc.GoPmpClient.AreaParamGet:input_type -> gorpc.AreaParamVo
-	185, // 706: gorpc.GoPmpClient.AreaParamList:input_type -> gorpc.AreaParamListReq
-	187, // 707: gorpc.GoPmpClient.NationalLanguageAdd:input_type -> gorpc.NationalLanguageVo
-	187, // 708: gorpc.GoPmpClient.NationalLanguageUpdate:input_type -> gorpc.NationalLanguageVo
-	14,  // 709: gorpc.GoPmpClient.NationalLanguageDel:input_type -> gorpc.Ids
-	187, // 710: gorpc.GoPmpClient.NationalLanguageGet:input_type -> gorpc.NationalLanguageVo
-	188, // 711: gorpc.GoPmpClient.NationalLanguageList:input_type -> gorpc.NationalLanguageListReq
-	190, // 712: gorpc.GoPmpClient.TipAdd:input_type -> gorpc.TipVo
-	190, // 713: gorpc.GoPmpClient.TipUpdate:input_type -> gorpc.TipVo
-	14,  // 714: gorpc.GoPmpClient.TipDel:input_type -> gorpc.Ids
-	191, // 715: gorpc.GoPmpClient.TipGet:input_type -> gorpc.TipGetReq
-	192, // 716: gorpc.GoPmpClient.TipList:input_type -> gorpc.TipListReq
-	194, // 717: gorpc.GoPmpClient.DictAdd:input_type -> gorpc.DictVo
-	194, // 718: gorpc.GoPmpClient.DictUpdate:input_type -> gorpc.DictVo
-	14,  // 719: gorpc.GoPmpClient.DictDel:input_type -> gorpc.Ids
-	195, // 720: gorpc.GoPmpClient.DictGet:input_type -> gorpc.DictGetReq
-	196, // 721: gorpc.GoPmpClient.DictList:input_type -> gorpc.DictListReq
-	198, // 722: gorpc.GoPmpClient.UpgradePkgPlanAdd:input_type -> gorpc.UpgradePkgPlanVo
-	198, // 723: gorpc.GoPmpClient.UpgradePkgPlanUpdate:input_type -> gorpc.UpgradePkgPlanVo
-	14,  // 724: gorpc.GoPmpClient.UpgradePkgPlanDel:input_type -> gorpc.Ids
-	198, // 725: gorpc.GoPmpClient.UpgradePkgPlanGet:input_type -> gorpc.UpgradePkgPlanVo
-	199, // 726: gorpc.GoPmpClient.UpgradePkgPlanList:input_type -> gorpc.UpgradePkgPlanListReq
-	201, // 727: gorpc.GoPmpClient.UpgradePkgPlanDetailAdd:input_type -> gorpc.UpgradePkgPlanDetailVo
-	201, // 728: gorpc.GoPmpClient.UpgradePkgPlanDetailUpdate:input_type -> gorpc.UpgradePkgPlanDetailVo
-	14,  // 729: gorpc.GoPmpClient.UpgradePkgPlanDetailDel:input_type -> gorpc.Ids
-	201, // 730: gorpc.GoPmpClient.UpgradePkgPlanDetailGet:input_type -> gorpc.UpgradePkgPlanDetailVo
-	202, // 731: gorpc.GoPmpClient.UpgradePkgPlanDetailList:input_type -> gorpc.UpgradePkgPlanDetailListReq
-	204, // 732: gorpc.GoPmpClient.UpgradeResPlanAdd:input_type -> gorpc.UpgradeResPlanVo
-	204, // 733: gorpc.GoPmpClient.UpgradeResPlanUpdate:input_type -> gorpc.UpgradeResPlanVo
-	14,  // 734: gorpc.GoPmpClient.UpgradeResPlanDel:input_type -> gorpc.Ids
-	204, // 735: gorpc.GoPmpClient.UpgradeResPlanGet:input_type -> gorpc.UpgradeResPlanVo
-	205, // 736: gorpc.GoPmpClient.UpgradeResPlanList:input_type -> gorpc.UpgradeResPlanListReq
-	207, // 737: gorpc.GoPmpClient.UpgradeResPlanDetailAdd:input_type -> gorpc.UpgradeResPlanDetailVo
-	207, // 738: gorpc.GoPmpClient.UpgradeResPlanDetailUpdate:input_type -> gorpc.UpgradeResPlanDetailVo
-	14,  // 739: gorpc.GoPmpClient.UpgradeResPlanDetailDel:input_type -> gorpc.Ids
-	207, // 740: gorpc.GoPmpClient.UpgradeResPlanDetailGet:input_type -> gorpc.UpgradeResPlanDetailVo
-	208, // 741: gorpc.GoPmpClient.UpgradeResPlanDetailList:input_type -> gorpc.UpgradeResPlanDetailListReq
-	210, // 742: gorpc.GoPmpClient.AdPlanAdd:input_type -> gorpc.AdPlanVo
-	210, // 743: gorpc.GoPmpClient.AdPlanUpdate:input_type -> gorpc.AdPlanVo
-	14,  // 744: gorpc.GoPmpClient.AdPlanDel:input_type -> gorpc.Ids
-	210, // 745: gorpc.GoPmpClient.AdPlanGet:input_type -> gorpc.AdPlanVo
-	211, // 746: gorpc.GoPmpClient.AdPlanList:input_type -> gorpc.AdPlanListReq
-	213, // 747: gorpc.GoPmpClient.AdPlanDetailAdd:input_type -> gorpc.AdPlanDetailVo
-	213, // 748: gorpc.GoPmpClient.AdPlanDetailUpdate:input_type -> gorpc.AdPlanDetailVo
-	14,  // 749: gorpc.GoPmpClient.AdPlanDetailDel:input_type -> gorpc.Ids
-	213, // 750: gorpc.GoPmpClient.AdPlanDetailGet:input_type -> gorpc.AdPlanDetailVo
-	214, // 751: gorpc.GoPmpClient.AdPlanDetailList:input_type -> gorpc.AdPlanDetailListReq
-	217, // 752: gorpc.GoPmpClient.AdGlobalConfigGet:input_type -> gorpc.AdGlobalConfigGetReq
-	216, // 753: gorpc.GoPmpClient.AdGlobalConfigUpdate:input_type -> gorpc.AdGlobalConfigVo
-	218, // 754: gorpc.GoPmpClient.JobBatchAdd:input_type -> gorpc.JobBatchVo
-	219, // 755: gorpc.GoPmpClient.JobBatchAddWithTasks:input_type -> gorpc.JobBatchWithTasksVo
-	218, // 756: gorpc.GoPmpClient.JobBatchUpdate:input_type -> gorpc.JobBatchVo
-	14,  // 757: gorpc.GoPmpClient.JobBatchDel:input_type -> gorpc.Ids
-	218, // 758: gorpc.GoPmpClient.JobBatchGet:input_type -> gorpc.JobBatchVo
-	218, // 759: gorpc.GoPmpClient.JobBatchGetWithTasks:input_type -> gorpc.JobBatchVo
-	221, // 760: gorpc.GoPmpClient.JobBatchList:input_type -> gorpc.JobBatchListReq
-	221, // 761: gorpc.GoPmpClient.JobBatchListWithTasks:input_type -> gorpc.JobBatchListReq
-	224, // 762: gorpc.GoPmpClient.JobTasksAdd:input_type -> gorpc.JobTasksVo
-	224, // 763: gorpc.GoPmpClient.JobTasksUpdate:input_type -> gorpc.JobTasksVo
-	14,  // 764: gorpc.GoPmpClient.JobTasksDel:input_type -> gorpc.Ids
-	224, // 765: gorpc.GoPmpClient.JobTasksGet:input_type -> gorpc.JobTasksVo
-	225, // 766: gorpc.GoPmpClient.JobTasksList:input_type -> gorpc.JobTasksListReq
-	227, // 767: gorpc.GoPmpClient.DeployConfigAdd:input_type -> gorpc.DeployConfigVo
-	227, // 768: gorpc.GoPmpClient.DeployConfigUpdate:input_type -> gorpc.DeployConfigVo
-	14,  // 769: gorpc.GoPmpClient.DeployConfigDel:input_type -> gorpc.Ids
-	227, // 770: gorpc.GoPmpClient.DeployConfigGet:input_type -> gorpc.DeployConfigVo
-	228, // 771: gorpc.GoPmpClient.DeployConfigList:input_type -> gorpc.DeployConfigListReq
-	230, // 772: gorpc.GoPmpClient.OperationLogAdd:input_type -> gorpc.OperationLogVo
-	230, // 773: gorpc.GoPmpClient.OperationLogUpdate:input_type -> gorpc.OperationLogVo
-	230, // 774: gorpc.GoPmpClient.OperationLogGet:input_type -> gorpc.OperationLogVo
-	231, // 775: gorpc.GoPmpClient.OperationLogList:input_type -> gorpc.OperationLogListReq
-	233, // 776: gorpc.GoPmpClient.AnnouncePlanAdd:input_type -> gorpc.AnnouncePlanVo
-	233, // 777: gorpc.GoPmpClient.AnnouncePlanUpdate:input_type -> gorpc.AnnouncePlanVo
-	14,  // 778: gorpc.GoPmpClient.AnnouncePlanDel:input_type -> gorpc.Ids
-	233, // 779: gorpc.GoPmpClient.AnnouncePlanGet:input_type -> gorpc.AnnouncePlanVo
-	234, // 780: gorpc.GoPmpClient.AnnouncePlanList:input_type -> gorpc.AnnouncePlanListReq
-	236, // 781: gorpc.GoPmpClient.AnnouncePlanDetailAdd:input_type -> gorpc.AnnouncePlanDetailVo
-	236, // 782: gorpc.GoPmpClient.AnnouncePlanDetailUpdate:input_type -> gorpc.AnnouncePlanDetailVo
-	14,  // 783: gorpc.GoPmpClient.AnnouncePlanDetailDel:input_type -> gorpc.Ids
-	236, // 784: gorpc.GoPmpClient.AnnouncePlanDetailGet:input_type -> gorpc.AnnouncePlanDetailVo
-	237, // 785: gorpc.GoPmpClient.AnnouncePlanDetailList:input_type -> gorpc.AnnouncePlanDetailListReq
-	239, // 786: gorpc.GoPmpClient.MessagePushAdd:input_type -> gorpc.MessagePushVo
-	239, // 787: gorpc.GoPmpClient.MessagePushUpdate:input_type -> gorpc.MessagePushVo
-	240, // 788: gorpc.GoPmpClient.MessagePushList:input_type -> gorpc.MessagePushListReq
-	249, // 789: gorpc.GoShortDramaClient.ShortDramaAdd:input_type -> gorpc.ShortDramaVo
-	249, // 790: gorpc.GoShortDramaClient.ShortDramaUpdate:input_type -> gorpc.ShortDramaVo
-	14,  // 791: gorpc.GoShortDramaClient.ShortDramaDel:input_type -> gorpc.Ids
-	250, // 792: gorpc.GoShortDramaClient.ShortDramaGet:input_type -> gorpc.ShortDramaGetReq
-	251, // 793: gorpc.GoShortDramaClient.ShortDramaList:input_type -> gorpc.ShortDramaListReq
-	260, // 794: gorpc.GoShortDramaClient.ShortDramaUpdateModifier:input_type -> gorpc.ShortDramaUpdateModifierReq
-	261, // 795: gorpc.GoShortDramaClient.ShortDramaUpdateReleaseRegions:input_type -> gorpc.ShortDramaUpdateReleaseRegionsReq
-	6,   // 796: gorpc.GoShortDramaClient.ShortDramaFindIdsWithCopyright:input_type -> gorpc.Empty
-	268, // 797: gorpc.GoShortDramaClient.ShortDramaFindSchedulePublishList:input_type -> gorpc.FindSchedulePublishListReq
-	270, // 798: gorpc.GoShortDramaClient.ShortDramaPublishSchedule:input_type -> gorpc.PublishScheduleDramaReq
-	253, // 799: gorpc.GoShortDramaClient.ShortDramaLanguageList:input_type -> gorpc.ShortDramaLanguageListReq
-	242, // 800: gorpc.GoShortDramaClient.ShortDramaEpisodeAdd:input_type -> gorpc.ShortDramaEpisodeVo
-	246, // 801: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchAdd:input_type -> gorpc.ShortDramaEpisodeBatchAddReq
-	242, // 802: gorpc.GoShortDramaClient.ShortDramaEpisodeUpdate:input_type -> gorpc.ShortDramaEpisodeVo
-	14,  // 803: gorpc.GoShortDramaClient.ShortDramaEpisodeDel:input_type -> gorpc.Ids
-	243, // 804: gorpc.GoShortDramaClient.ShortDramaEpisodeGet:input_type -> gorpc.ShortDramaEpisodeGetReq
-	244, // 805: gorpc.GoShortDramaClient.ShortDramaEpisodeList:input_type -> gorpc.ShortDramaEpisodeListReq
-	247, // 806: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchRefreshUpdateTime:input_type -> gorpc.ShortDramaEpisodeBatchRefreshUpdateTimeReq
-	256, // 807: gorpc.GoShortDramaClient.ShortDramaEpisodeCount:input_type -> gorpc.ShortDramaEpisodeCountReq
-	258, // 808: gorpc.GoShortDramaClient.ShortDramaCheckName:input_type -> gorpc.ShortDramaCheckNameReq
-	264, // 809: gorpc.GoShortDramaClient.SetTotalStats:input_type -> gorpc.SetTotalStatsReq
-	266, // 810: gorpc.GoShortDramaClient.ShortDramaStatsPlaysTotalList:input_type -> gorpc.ShortDramaStatsPlaysTotalListReq
-	15,  // 811: gorpc.GoSysClient.Ping:input_type -> gorpc.Request
-	271, // 812: gorpc.GoSysClient.SysUserAdd:input_type -> gorpc.SysUserVo
-	271, // 813: gorpc.GoSysClient.SysUserUpdate:input_type -> gorpc.SysUserVo
-	14,  // 814: gorpc.GoSysClient.SysUserDelete:input_type -> gorpc.Ids
-	280, // 815: gorpc.GoSysClient.SysUserGet:input_type -> gorpc.SysUserGetReq
-	281, // 816: gorpc.GoSysClient.SysUserList:input_type -> gorpc.SysUserListReq
-	278, // 817: gorpc.GoSysClient.SysUserAddWithRolesAndPerms:input_type -> gorpc.SysUserWithRoleIdsAndPermRules
-	278, // 818: gorpc.GoSysClient.SysUserUpdateWithRolesAndPerms:input_type -> gorpc.SysUserWithRoleIdsAndPermRules
-	280, // 819: gorpc.GoSysClient.SysUserGetWithRolesAndPerms:input_type -> gorpc.SysUserGetReq
-	281, // 820: gorpc.GoSysClient.SysUserListWithRolesAndPerms:input_type -> gorpc.SysUserListReq
-	272, // 821: gorpc.GoSysClient.SysRoleAdd:input_type -> gorpc.SysRoleVo
-	272, // 822: gorpc.GoSysClient.SysRoleUpdate:input_type -> gorpc.SysRoleVo
-	14,  // 823: gorpc.GoSysClient.SysRoleDelete:input_type -> gorpc.Ids
-	286, // 824: gorpc.GoSysClient.SysRoleGet:input_type -> gorpc.SysRoleGetReq
-	287, // 825: gorpc.GoSysClient.SysRoleList:input_type -> gorpc.SysRoleListReq
-	284, // 826: gorpc.GoSysClient.SysRoleAddWithPerms:input_type -> gorpc.SysRoleWithPermIds
-	284, // 827: gorpc.GoSysClient.SysRoleUpdateWithPerms:input_type -> gorpc.SysRoleWithPermIds
-	286, // 828: gorpc.GoSysClient.SysRoleGetWithPerms:input_type -> gorpc.SysRoleGetReq
-	287, // 829: gorpc.GoSysClient.SysRoleListWithPerms:input_type -> gorpc.SysRoleListReq
-	273, // 830: gorpc.GoSysClient.SysPermAdd:input_type -> gorpc.SysPermVo
-	273, // 831: gorpc.GoSysClient.SysPermUpdate:input_type -> gorpc.SysPermVo
-	14,  // 832: gorpc.GoSysClient.SysPermDelete:input_type -> gorpc.Ids
-	290, // 833: gorpc.GoSysClient.SysPermGet:input_type -> gorpc.SysPermGetReq
-	291, // 834: gorpc.GoSysClient.SysPermList:input_type -> gorpc.SysPermListReq
-	274, // 835: gorpc.GoSysClient.SysUserRoleAdd:input_type -> gorpc.SysUserRoleVo
-	274, // 836: gorpc.GoSysClient.SysUserRoleUpdate:input_type -> gorpc.SysUserRoleVo
-	14,  // 837: gorpc.GoSysClient.SysUserRoleDelete:input_type -> gorpc.Ids
-	293, // 838: gorpc.GoSysClient.SysUserRoleGet:input_type -> gorpc.SysUserRoleGetReq
-	294, // 839: gorpc.GoSysClient.SysUserRoleList:input_type -> gorpc.SysUserRoleListReq
-	275, // 840: gorpc.GoSysClient.SysRolePermAdd:input_type -> gorpc.SysRolePermVo
-	275, // 841: gorpc.GoSysClient.SysRolePermUpdate:input_type -> gorpc.SysRolePermVo
-	14,  // 842: gorpc.GoSysClient.SysRolePermDelete:input_type -> gorpc.Ids
-	296, // 843: gorpc.GoSysClient.SysRolePermGet:input_type -> gorpc.SysRolePermGetReq
-	297, // 844: gorpc.GoSysClient.SysRolePermList:input_type -> gorpc.SysRolePermListReq
-	276, // 845: gorpc.GoSysClient.SysUserPermAdd:input_type -> gorpc.SysUserPermVo
-	276, // 846: gorpc.GoSysClient.SysUserPermUpdate:input_type -> gorpc.SysUserPermVo
-	14,  // 847: gorpc.GoSysClient.SysUserPermDelete:input_type -> gorpc.Ids
-	299, // 848: gorpc.GoSysClient.SysUserPermGet:input_type -> gorpc.SysUserPermGetReq
-	300, // 849: gorpc.GoSysClient.SysUserPermList:input_type -> gorpc.SysUserPermListReq
-	15,  // 850: gorpc.GoUserClient.Ping:input_type -> gorpc.Request
-	341, // 851: gorpc.GoUserClient.UserAppConfigAdd:input_type -> gorpc.UserAppConfigVo
-	341, // 852: gorpc.GoUserClient.UserAppConfigUpdate:input_type -> gorpc.UserAppConfigVo
-	14,  // 853: gorpc.GoUserClient.UserAppConfigDel:input_type -> gorpc.Ids
-	342, // 854: gorpc.GoUserClient.UserAppConfigGet:input_type -> gorpc.UserAppConfigGetReq
-	343, // 855: gorpc.GoUserClient.UserAppConfigList:input_type -> gorpc.UserAppConfigListReq
-	338, // 856: gorpc.GoUserClient.DeviceAdd:input_type -> gorpc.DeviceVo
-	338, // 857: gorpc.GoUserClient.DeviceUpdate:input_type -> gorpc.DeviceVo
-	14,  // 858: gorpc.GoUserClient.DeviceDel:input_type -> gorpc.Ids
-	338, // 859: gorpc.GoUserClient.DeviceGet:input_type -> gorpc.DeviceVo
-	339, // 860: gorpc.GoUserClient.DeviceList:input_type -> gorpc.DeviceListReq
-	304, // 861: gorpc.GoUserClient.AccountAdd:input_type -> gorpc.AccountVo
-	304, // 862: gorpc.GoUserClient.AccountUpdate:input_type -> gorpc.AccountVo
-	14,  // 863: gorpc.GoUserClient.AccountDel:input_type -> gorpc.Ids
-	304, // 864: gorpc.GoUserClient.AccountGet:input_type -> gorpc.AccountVo
-	305, // 865: gorpc.GoUserClient.AccountList:input_type -> gorpc.AccountListReq
-	307, // 866: gorpc.GoUserClient.AccountDeviceAdd:input_type -> gorpc.AccountDeviceVo
-	307, // 867: gorpc.GoUserClient.AccountDeviceUpdate:input_type -> gorpc.AccountDeviceVo
-	14,  // 868: gorpc.GoUserClient.AccountDeviceDel:input_type -> gorpc.Ids
-	307, // 869: gorpc.GoUserClient.AccountDeviceGet:input_type -> gorpc.AccountDeviceVo
-	308, // 870: gorpc.GoUserClient.AccountDeviceList:input_type -> gorpc.AccountDeviceListReq
-	312, // 871: gorpc.GoUserClient.UserWhiteAdd:input_type -> gorpc.UserWhiteAddReq
-	316, // 872: gorpc.GoUserClient.UserWhiteUpdate:input_type -> gorpc.UserWhiteUpdateReq
-	318, // 873: gorpc.GoUserClient.UserWhiteDel:input_type -> gorpc.UserWhiteDelReq
-	314, // 874: gorpc.GoUserClient.UserWhiteGet:input_type -> gorpc.UserWhiteGetReq
-	310, // 875: gorpc.GoUserClient.UserWhiteList:input_type -> gorpc.UserWhiteListReq
-	321, // 876: gorpc.GoUserClient.UserTestAdd:input_type -> gorpc.UserTestAddReq
-	325, // 877: gorpc.GoUserClient.UserTestUpdate:input_type -> gorpc.UserTestUpdateReq
-	327, // 878: gorpc.GoUserClient.UserTestDel:input_type -> gorpc.UserTestDelReq
-	323, // 879: gorpc.GoUserClient.UserTestGet:input_type -> gorpc.UserTestGetReq
-	319, // 880: gorpc.GoUserClient.UserTestList:input_type -> gorpc.UserTestListReq
-	346, // 881: gorpc.GoUserClient.UserAdd:input_type -> gorpc.UserAddReq
-	348, // 882: gorpc.GoUserClient.UserUpdate:input_type -> gorpc.UserUpdateReq
-	350, // 883: gorpc.GoUserClient.UserDel:input_type -> gorpc.UserDelReq
-	351, // 884: gorpc.GoUserClient.UserGet:input_type -> gorpc.UserGetReq
-	353, // 885: gorpc.GoUserClient.UserList:input_type -> gorpc.UserListReq
-	356, // 886: gorpc.GoUserClient.UserCredentialAdd:input_type -> gorpc.UserCredentialAddReq
-	358, // 887: gorpc.GoUserClient.UserCredentialUpdate:input_type -> gorpc.UserCredentialUpdateReq
-	360, // 888: gorpc.GoUserClient.UserCredentialDel:input_type -> gorpc.UserCredentialDelReq
-	361, // 889: gorpc.GoUserClient.UserCredentialGet:input_type -> gorpc.UserCredentialGetReq
-	363, // 890: gorpc.GoUserClient.UserCredentialList:input_type -> gorpc.UserCredentialListReq
-	366, // 891: gorpc.GoUserClient.UserDeviceAdd:input_type -> gorpc.UserDeviceAddReq
-	368, // 892: gorpc.GoUserClient.UserDeviceUpdate:input_type -> gorpc.UserDeviceUpdateReq
-	370, // 893: gorpc.GoUserClient.UserDeviceDel:input_type -> gorpc.UserDeviceDelReq
-	371, // 894: gorpc.GoUserClient.UserDeviceGet:input_type -> gorpc.UserDeviceGetReq
-	373, // 895: gorpc.GoUserClient.UserDeviceList:input_type -> gorpc.UserDeviceListReq
-	329, // 896: gorpc.GoUserClient.UserServiceAdd:input_type -> gorpc.UserServiceAddReq
-	331, // 897: gorpc.GoUserClient.UserServiceUpdate:input_type -> gorpc.UserServiceUpdateReq
-	333, // 898: gorpc.GoUserClient.UserServiceDel:input_type -> gorpc.UserServiceDelReq
-	334, // 899: gorpc.GoUserClient.UserServiceGet:input_type -> gorpc.UserServiceGetReq
-	336, // 900: gorpc.GoUserClient.UserServiceList:input_type -> gorpc.UserServiceListReq
-	15,  // 901: gorpc.GoVpnClient.Ping:input_type -> gorpc.Request
-	18,  // 902: gorpc.GoVpnClient.Transaction:input_type -> gorpc.TransactionReq
-	375, // 903: gorpc.GoVpnClient.VpnTagAdd:input_type -> gorpc.VpnTagVo
-	375, // 904: gorpc.GoVpnClient.VpnTagUpdate:input_type -> gorpc.VpnTagVo
-	14,  // 905: gorpc.GoVpnClient.VpnTagDel:input_type -> gorpc.Ids
-	376, // 906: gorpc.GoVpnClient.VpnTagGet:input_type -> gorpc.VpnTagGetReq
-	377, // 907: gorpc.GoVpnClient.VpnTagList:input_type -> gorpc.VpnTagListReq
-	379, // 908: gorpc.GoVpnClient.VpnTagBatchAdd:input_type -> gorpc.VpnTagBatchAddReq
-	381, // 909: gorpc.GoVpnClient.VpnTagBatchUpdate:input_type -> gorpc.VpnTagBatchUpdateReq
-	386, // 910: gorpc.GoVpnClient.VpnGroupAdd:input_type -> gorpc.VpnGroupAddReq
-	386, // 911: gorpc.GoVpnClient.VpnGroupUpdate:input_type -> gorpc.VpnGroupAddReq
-	14,  // 912: gorpc.GoVpnClient.VpnGroupDel:input_type -> gorpc.Ids
-	387, // 913: gorpc.GoVpnClient.VpnGroupGet:input_type -> gorpc.VpnGroupGetReq
-	388, // 914: gorpc.GoVpnClient.VpnGroupList:input_type -> gorpc.VpnGroupListReq
-	390, // 915: gorpc.GoVpnClient.VpnGroupBatchAdd:input_type -> gorpc.VpnGroupBatchAddReq
-	392, // 916: gorpc.GoVpnClient.VpnGroupBatchUpdate:input_type -> gorpc.VpnGroupBatchUpdateReq
-	395, // 917: gorpc.GoVpnClient.VpnGroupTagAdd:input_type -> gorpc.VpnGroupTagVo
-	395, // 918: gorpc.GoVpnClient.VpnGroupTagUpdate:input_type -> gorpc.VpnGroupTagVo
-	14,  // 919: gorpc.GoVpnClient.VpnGroupTagDel:input_type -> gorpc.Ids
-	395, // 920: gorpc.GoVpnClient.VpnGroupTagGet:input_type -> gorpc.VpnGroupTagVo
-	396, // 921: gorpc.GoVpnClient.VpnGroupTagList:input_type -> gorpc.VpnGroupTagListReq
-	398, // 922: gorpc.GoVpnClient.VpnLocationAdd:input_type -> gorpc.VpnLocationVo
-	398, // 923: gorpc.GoVpnClient.VpnLocationUpdate:input_type -> gorpc.VpnLocationVo
-	14,  // 924: gorpc.GoVpnClient.VpnLocationDel:input_type -> gorpc.Ids
-	400, // 925: gorpc.GoVpnClient.VpnLocationGet:input_type -> gorpc.VpnLocationGetReq
-	401, // 926: gorpc.GoVpnClient.VpnLocationList:input_type -> gorpc.VpnLocationListReq
-	403, // 927: gorpc.GoVpnClient.VpnLocationBatchAdd:input_type -> gorpc.VpnLocationBatchAddReq
-	405, // 928: gorpc.GoVpnClient.VpnLocationBatchUpdate:input_type -> gorpc.VpnLocationBatchUpdateReq
-	413, // 929: gorpc.GoVpnClient.VpnServerAdd:input_type -> gorpc.VpnServerAddReq
-	413, // 930: gorpc.GoVpnClient.VpnServerUpdate:input_type -> gorpc.VpnServerAddReq
-	14,  // 931: gorpc.GoVpnClient.VpnServerDel:input_type -> gorpc.Ids
-	408, // 932: gorpc.GoVpnClient.VpnServerGet:input_type -> gorpc.VpnServerVo
-	408, // 933: gorpc.GoVpnClient.VpnServerExGet:input_type -> gorpc.VpnServerVo
-	410, // 934: gorpc.GoVpnClient.VpnServerList:input_type -> gorpc.VpnServerListReq
-	410, // 935: gorpc.GoVpnClient.VpnServerExList:input_type -> gorpc.VpnServerListReq
-	414, // 936: gorpc.GoVpnClient.VpnServerBatchAdd:input_type -> gorpc.VpnServerBatchAddReq
-	416, // 937: gorpc.GoVpnClient.VpnServerBatchUpdate:input_type -> gorpc.VpnServerBatchUpdateReq
-	419, // 938: gorpc.GoVpnClient.VpnServerLocationAdd:input_type -> gorpc.VpnServerLocationVo
-	419, // 939: gorpc.GoVpnClient.VpnServerLocationUpdate:input_type -> gorpc.VpnServerLocationVo
-	14,  // 940: gorpc.GoVpnClient.VpnServerLocationDel:input_type -> gorpc.Ids
-	419, // 941: gorpc.GoVpnClient.VpnServerLocationGet:input_type -> gorpc.VpnServerLocationVo
-	420, // 942: gorpc.GoVpnClient.VpnServerLocationList:input_type -> gorpc.VpnServerLocationListReq
-	428, // 943: gorpc.GoVpnClient.VpnWithIPAndPort:input_type -> gorpc.VpnWithIPAndPortReq
-	423, // 944: gorpc.GoVpnClient.VpnLocationServerCount:input_type -> gorpc.VpnLocationServerCountReq
-	425, // 945: gorpc.GoVpnClient.VpnProbeTaskAdd:input_type -> gorpc.VpnProbeTaskVo
-	425, // 946: gorpc.GoVpnClient.VpnProbeTaskUpdate:input_type -> gorpc.VpnProbeTaskVo
-	426, // 947: gorpc.GoVpnClient.VpnProbeTaskList:input_type -> gorpc.VpnProbeTaskListReq
-	431, // 948: gorpc.GoVpnClient.VpnipWalledAdd:input_type -> gorpc.VpnipWalledAddReq
-	433, // 949: gorpc.GoVpnClient.VpnipWalledUpdate:input_type -> gorpc.VpnipWalledUpdateReq
-	14,  // 950: gorpc.GoVpnClient.VpnipWalledDel:input_type -> gorpc.Ids
-	435, // 951: gorpc.GoVpnClient.VpnipWalledGet:input_type -> gorpc.VpnipWalledGetReq
-	437, // 952: gorpc.GoVpnClient.VpnipWalledList:input_type -> gorpc.VpnipWalledListReq
-	439, // 953: gorpc.GoVpnClient.VpnipWalledBatchAdd:input_type -> gorpc.VpnipWalledBatchAddReq
-	441, // 954: gorpc.GoVpnClient.VpnipWalledBatchUpdate:input_type -> gorpc.VpnipWalledBatchUpdateReq
-	445, // 955: gorpc.GoVpnClient.VpnipAdd:input_type -> gorpc.VpnipAddReq
-	447, // 956: gorpc.GoVpnClient.VpnipExAdd:input_type -> gorpc.VpnipExAddReq
-	449, // 957: gorpc.GoVpnClient.VpnipUpdate:input_type -> gorpc.VpnipUpdateReq
-	451, // 958: gorpc.GoVpnClient.VpnipExUpdate:input_type -> gorpc.VpnipExUpdateReq
-	14,  // 959: gorpc.GoVpnClient.VpnipDel:input_type -> gorpc.Ids
-	453, // 960: gorpc.GoVpnClient.VpnipGet:input_type -> gorpc.VpnipGetReq
-	453, // 961: gorpc.GoVpnClient.VpnipExGet:input_type -> gorpc.VpnipGetReq
-	456, // 962: gorpc.GoVpnClient.VpnipList:input_type -> gorpc.VpnipListReq
-	456, // 963: gorpc.GoVpnClient.VpnipExList:input_type -> gorpc.VpnipListReq
-	459, // 964: gorpc.GoVpnClient.VpnipBatchAdd:input_type -> gorpc.VpnipBatchAddReq
-	461, // 965: gorpc.GoVpnClient.VpnipBatchUpdate:input_type -> gorpc.VpnipBatchUpdateReq
-	463, // 966: gorpc.GoVpnClient.VpnipExBatchAdd:input_type -> gorpc.VpnipExBatchAddReq
-	465, // 967: gorpc.GoVpnClient.VpnipExBatchUpdate:input_type -> gorpc.VpnipExBatchUpdateReq
-	469, // 968: gorpc.GoVpnClient.VpnipRangeAdd:input_type -> gorpc.VpnipRangeAddReq
-	471, // 969: gorpc.GoVpnClient.VpnipRangeExAdd:input_type -> gorpc.VpnipRangeExAddReq
-	473, // 970: gorpc.GoVpnClient.VpnipRangeUpdate:input_type -> gorpc.VpnipRangeUpdateReq
-	475, // 971: gorpc.GoVpnClient.VpnipRangeExUpdate:input_type -> gorpc.VpnipRangeExUpdateReq
-	14,  // 972: gorpc.GoVpnClient.VpnipRangeDel:input_type -> gorpc.Ids
-	477, // 973: gorpc.GoVpnClient.VpnipRangeGet:input_type -> gorpc.VpnipRangeGetReq
-	477, // 974: gorpc.GoVpnClient.VpnipRangeExGet:input_type -> gorpc.VpnipRangeGetReq
-	480, // 975: gorpc.GoVpnClient.VpnipRangeList:input_type -> gorpc.VpnipRangeListReq
-	480, // 976: gorpc.GoVpnClient.VpnipRangeExList:input_type -> gorpc.VpnipRangeListReq
-	483, // 977: gorpc.GoVpnClient.VpnipRangeBatchAdd:input_type -> gorpc.VpnipRangeBatchAddReq
-	487, // 978: gorpc.GoVpnClient.VpnipRangeExBatchAdd:input_type -> gorpc.VpnipRangeExBatchAddReq
-	485, // 979: gorpc.GoVpnClient.VpnipRangeBatchUpdate:input_type -> gorpc.VpnipRangeBatchUpdateReq
-	489, // 980: gorpc.GoVpnClient.VpnipRangeExBatchUpdate:input_type -> gorpc.VpnipRangeExBatchUpdateReq
-	492, // 981: gorpc.GoVpnClient.VpnipBindAdd:input_type -> gorpc.VpnipBindAddReq
-	494, // 982: gorpc.GoVpnClient.VpnipBindUpdate:input_type -> gorpc.VpnipBindUpdateReq
-	14,  // 983: gorpc.GoVpnClient.VpnipBindDel:input_type -> gorpc.Ids
-	496, // 984: gorpc.GoVpnClient.VpnipBindGet:input_type -> gorpc.VpnipBindGetReq
-	498, // 985: gorpc.GoVpnClient.VpnipBindList:input_type -> gorpc.VpnipBindListReq
-	502, // 986: gorpc.GoVpnClient.VpnipBindBatchUpdate:input_type -> gorpc.VpnipBindBatchUpdateReq
-	500, // 987: gorpc.GoVpnClient.VpnipsBindServer:input_type -> gorpc.VpnipBindBatchAddReq
-	506, // 988: gorpc.GoVpnClient.VpnConfigTemplatePlanAdd:input_type -> gorpc.VpnConfigTemplatePlanAddReq
-	508, // 989: gorpc.GoVpnClient.VpnConfigTemplatePlanUpdate:input_type -> gorpc.VpnConfigTemplatePlanUpdateReq
-	510, // 990: gorpc.GoVpnClient.VpnConfigTemplatePlanDel:input_type -> gorpc.VpnConfigTemplatePlanDelReq
-	511, // 991: gorpc.GoVpnClient.VpnConfigTemplatePlanGet:input_type -> gorpc.VpnConfigTemplatePlanGetReq
-	513, // 992: gorpc.GoVpnClient.VpnConfigTemplatePlanList:input_type -> gorpc.VpnConfigTemplatePlanListReq
-	515, // 993: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailAdd:input_type -> gorpc.VpnConfigTemplatePlanDetailAddReq
-	517, // 994: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailUpdate:input_type -> gorpc.VpnConfigTemplatePlanDetailUpdateReq
-	519, // 995: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailDel:input_type -> gorpc.VpnConfigTemplatePlanDetailDelReq
-	520, // 996: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailGet:input_type -> gorpc.VpnConfigTemplatePlanDetailGetReq
-	522, // 997: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailList:input_type -> gorpc.VpnConfigTemplatePlanDetailListReq
-	19,  // 998: gorpc.GoGameClient.GameAdd:output_type -> gorpc.GameVo
-	6,   // 999: gorpc.GoGameClient.GameUpdate:output_type -> gorpc.Empty
-	6,   // 1000: gorpc.GoGameClient.GameDel:output_type -> gorpc.Empty
-	19,  // 1001: gorpc.GoGameClient.GameGet:output_type -> gorpc.GameVo
-	22,  // 1002: gorpc.GoGameClient.GameList:output_type -> gorpc.GameListRes
-	22,  // 1003: gorpc.GoGameClient.GameAll:output_type -> gorpc.GameListRes
-	32,  // 1004: gorpc.GoGameClient.GameRedisHScanByName:output_type -> gorpc.GameRedisHScanByNameResp
-	23,  // 1005: gorpc.GoGameClient.RelGameRankAdd:output_type -> gorpc.RelGameRankVo
-	6,   // 1006: gorpc.GoGameClient.RelGameRankUpdate:output_type -> gorpc.Empty
-	6,   // 1007: gorpc.GoGameClient.RelGameRankDel:output_type -> gorpc.Empty
-	23,  // 1008: gorpc.GoGameClient.RelGameRankGet:output_type -> gorpc.RelGameRankVo
-	26,  // 1009: gorpc.GoGameClient.RelGameRankList:output_type -> gorpc.RelGameRankListRes
-	27,  // 1010: gorpc.GoGameClient.RelGameVpnGroupAdd:output_type -> gorpc.RelGameVpnGroupVo
-	6,   // 1011: gorpc.GoGameClient.RelGameVpnGroupUpdate:output_type -> gorpc.Empty
-	6,   // 1012: gorpc.GoGameClient.RelGameVpnGroupDel:output_type -> gorpc.Empty
-	27,  // 1013: gorpc.GoGameClient.RelGameVpnGroupGet:output_type -> gorpc.RelGameVpnGroupVo
-	30,  // 1014: gorpc.GoGameClient.RelGameVpnGroupList:output_type -> gorpc.RelGameVpnGroupListRes
-	35,  // 1015: gorpc.GoGameClient.GameCustomerList:output_type -> gorpc.GameCustomerListRes
-	36,  // 1016: gorpc.GoGameClient.GameCustomerAdd:output_type -> gorpc.GameCustomerAddResp
-	6,   // 1017: gorpc.GoGameClient.GameCustomerDel:output_type -> gorpc.Empty
-	37,  // 1018: gorpc.GoGameClient.GameCategoryAdd:output_type -> gorpc.GameCategoryVo
-	6,   // 1019: gorpc.GoGameClient.GameCategoryUpdate:output_type -> gorpc.Empty
-	6,   // 1020: gorpc.GoGameClient.GameCategoryDel:output_type -> gorpc.Empty
-	37,  // 1021: gorpc.GoGameClient.GameCategoryGet:output_type -> gorpc.GameCategoryVo
-	40,  // 1022: gorpc.GoGameClient.GameCategoryList:output_type -> gorpc.GameCategoryListRes
-	40,  // 1023: gorpc.GoGameClient.GameCategoryAll:output_type -> gorpc.GameCategoryListRes
-	49,  // 1024: gorpc.GoPlanClient.ServiceTypesAdd:output_type -> gorpc.ServiceTypesAddResp
-	51,  // 1025: gorpc.GoPlanClient.ServiceTypesUpdate:output_type -> gorpc.ServiceTypesUpdateResp
-	6,   // 1026: gorpc.GoPlanClient.ServiceTypesDel:output_type -> gorpc.Empty
-	45,  // 1027: gorpc.GoPlanClient.ServiceTypesGet:output_type -> gorpc.ServiceTypesGetResp
-	47,  // 1028: gorpc.GoPlanClient.ServiceTypesGetWithValue:output_type -> gorpc.ServiceTypesGetWithValueResp
-	54,  // 1029: gorpc.GoPlanClient.ServiceTypesList:output_type -> gorpc.ServiceTypesListResp
-	56,  // 1030: gorpc.GoPlanClient.ServiceTypesListWithValue:output_type -> gorpc.ServiceTypesListWithValueResp
-	66,  // 1031: gorpc.GoPlanClient.ServiceBoxAdd:output_type -> gorpc.ServiceBoxAddResp
-	68,  // 1032: gorpc.GoPlanClient.ServiceBoxAddWithDetails:output_type -> gorpc.ServiceBoxAddWithDetailsResp
-	70,  // 1033: gorpc.GoPlanClient.ServiceBoxUpdate:output_type -> gorpc.ServiceBoxUpdateResp
-	72,  // 1034: gorpc.GoPlanClient.ServiceBoxUpdateWithDetails:output_type -> gorpc.ServiceBoxUpdateWithDetailsResp
-	6,   // 1035: gorpc.GoPlanClient.ServiceBoxDel:output_type -> gorpc.Empty
-	62,  // 1036: gorpc.GoPlanClient.ServiceBoxGet:output_type -> gorpc.ServiceBoxGetResp
-	64,  // 1037: gorpc.GoPlanClient.ServiceBoxGetWithDetails:output_type -> gorpc.ServiceBoxGetWithDetailsResp
-	75,  // 1038: gorpc.GoPlanClient.ServiceBoxList:output_type -> gorpc.ServiceBoxListResp
-	77,  // 1039: gorpc.GoPlanClient.ServiceBoxListWithDetails:output_type -> gorpc.ServiceBoxListWithDetailsResp
-	82,  // 1040: gorpc.GoPlanClient.ServiceBoxTypesAdd:output_type -> gorpc.ServiceBoxTypesAddResp
-	84,  // 1041: gorpc.GoPlanClient.ServiceBoxTypesUpdate:output_type -> gorpc.ServiceBoxTypesUpdateResp
-	6,   // 1042: gorpc.GoPlanClient.ServiceBoxTypesDel:output_type -> gorpc.Empty
-	80,  // 1043: gorpc.GoPlanClient.ServiceBoxTypesGet:output_type -> gorpc.ServiceBoxTypesGetResp
-	87,  // 1044: gorpc.GoPlanClient.ServiceBoxTypesList:output_type -> gorpc.ServiceBoxTypesListResp
-	98,  // 1045: gorpc.GoPlanClient.ServicePlanAdd:output_type -> gorpc.ServicePlanAddResp
-	100, // 1046: gorpc.GoPlanClient.ServicePlanAddWithBoxes:output_type -> gorpc.ServicePlanAddWithBoxesResp
-	102, // 1047: gorpc.GoPlanClient.ServicePlanAddWithBoxesAndDetails:output_type -> gorpc.ServicePlanAddWithBoxesAndDetailsResp
-	104, // 1048: gorpc.GoPlanClient.ServicePlanUpdate:output_type -> gorpc.ServicePlanUpdateResp
-	106, // 1049: gorpc.GoPlanClient.ServicePlanUpdateWithBoxes:output_type -> gorpc.ServicePlanUpdateWithBoxesResp
-	108, // 1050: gorpc.GoPlanClient.ServicePlanUpdateWithBoxesAndDetails:output_type -> gorpc.ServicePlanUpdateWithBoxesAndDetailsResp
-	6,   // 1051: gorpc.GoPlanClient.ServicePlanDel:output_type -> gorpc.Empty
-	92,  // 1052: gorpc.GoPlanClient.ServicePlanGet:output_type -> gorpc.ServicePlanGetResp
-	94,  // 1053: gorpc.GoPlanClient.ServicePlanGetWithBoxes:output_type -> gorpc.ServicePlanGetWithBoxesResp
-	96,  // 1054: gorpc.GoPlanClient.ServicePlanGetWithBoxesAndDetails:output_type -> gorpc.ServicePlanGetWithBoxesAndDetailsResp
-	111, // 1055: gorpc.GoPlanClient.ServicePlanList:output_type -> gorpc.ServicePlanListResp
-	113, // 1056: gorpc.GoPlanClient.ServicePlanListWithBoxes:output_type -> gorpc.ServicePlanListWithBoxesResp
-	115, // 1057: gorpc.GoPlanClient.ServicePlanListWithBoxesAndDetails:output_type -> gorpc.ServicePlanListWithBoxesAndDetailsResp
-	120, // 1058: gorpc.GoPlanClient.ServicePlanBoxesAdd:output_type -> gorpc.ServicePlanBoxesAddResp
-	122, // 1059: gorpc.GoPlanClient.ServicePlanBoxesUpdate:output_type -> gorpc.ServicePlanBoxesUpdateResp
-	6,   // 1060: gorpc.GoPlanClient.ServicePlanBoxesDel:output_type -> gorpc.Empty
-	118, // 1061: gorpc.GoPlanClient.ServicePlanBoxesGet:output_type -> gorpc.ServicePlanBoxesGetResp
-	125, // 1062: gorpc.GoPlanClient.ServicePlanBoxesList:output_type -> gorpc.ServicePlanBoxesListResp
-	139, // 1063: gorpc.GoPlanClient.ServicePlanChannelAdd:output_type -> gorpc.ServicePlanChannelAddResp
-	141, // 1064: gorpc.GoPlanClient.ServicePlanChannelUpdate:output_type -> gorpc.ServicePlanChannelUpdateResp
-	6,   // 1065: gorpc.GoPlanClient.ServicePlanChannelDel:output_type -> gorpc.Empty
-	131, // 1066: gorpc.GoPlanClient.ServicePlanChannelGet:output_type -> gorpc.ServicePlanChannelGetResp
-	133, // 1067: gorpc.GoPlanClient.ServicePlanChannelGetWithPlan:output_type -> gorpc.ServicePlanChannelGetWithPlanResp
-	135, // 1068: gorpc.GoPlanClient.ServicePlanChannelGetWithPlanAndBoxes:output_type -> gorpc.ServicePlanChannelGetWithPlanAndBoxesResp
-	137, // 1069: gorpc.GoPlanClient.ServicePlanChannelGetWithPlanAndBoxesAndDetails:output_type -> gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp
-	144, // 1070: gorpc.GoPlanClient.ServicePlanChannelList:output_type -> gorpc.ServicePlanChannelListResp
-	146, // 1071: gorpc.GoPlanClient.ServicePlanChannelListWithPlan:output_type -> gorpc.ServicePlanChannelListWithPlanResp
-	148, // 1072: gorpc.GoPlanClient.ServicePlanChannelListWithPlanAndBoxes:output_type -> gorpc.ServicePlanChannelListWithPlanAndBoxesResp
-	150, // 1073: gorpc.GoPlanClient.ServicePlanChannelListWithPlanAndBoxesAndDetails:output_type -> gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp
-	16,  // 1074: gorpc.GoPmpClient.Ping:output_type -> gorpc.Response
-	153, // 1075: gorpc.GoPmpClient.GlobalParamAdd:output_type -> gorpc.GlobalParamVo
-	153, // 1076: gorpc.GoPmpClient.GlobalParamUpdate:output_type -> gorpc.GlobalParamVo
-	6,   // 1077: gorpc.GoPmpClient.GlobalParamDel:output_type -> gorpc.Empty
-	153, // 1078: gorpc.GoPmpClient.GlobalParamGet:output_type -> gorpc.GlobalParamVo
-	153, // 1079: gorpc.GoPmpClient.GlobalParamGetWithLang:output_type -> gorpc.GlobalParamVo
-	156, // 1080: gorpc.GoPmpClient.GlobalParamList:output_type -> gorpc.GlobalParamListResp
-	157, // 1081: gorpc.GoPmpClient.ProductAdd:output_type -> gorpc.ProductVo
-	157, // 1082: gorpc.GoPmpClient.ProductUpdate:output_type -> gorpc.ProductVo
-	6,   // 1083: gorpc.GoPmpClient.ProductDel:output_type -> gorpc.Empty
-	157, // 1084: gorpc.GoPmpClient.ProductGet:output_type -> gorpc.ProductVo
-	159, // 1085: gorpc.GoPmpClient.ProductList:output_type -> gorpc.ProductListResp
-	159, // 1086: gorpc.GoPmpClient.ProductAll:output_type -> gorpc.ProductListResp
-	160, // 1087: gorpc.GoPmpClient.ProductParamAdd:output_type -> gorpc.ProductParamVo
-	160, // 1088: gorpc.GoPmpClient.ProductParamUpdate:output_type -> gorpc.ProductParamVo
-	6,   // 1089: gorpc.GoPmpClient.ProductParamDel:output_type -> gorpc.Empty
-	160, // 1090: gorpc.GoPmpClient.ProductParamGet:output_type -> gorpc.ProductParamVo
-	160, // 1091: gorpc.GoPmpClient.ProductParamGetWithLang:output_type -> gorpc.ProductParamVo
-	163, // 1092: gorpc.GoPmpClient.ProductParamList:output_type -> gorpc.ProductParamListResp
-	164, // 1093: gorpc.GoPmpClient.ProductActionAdd:output_type -> gorpc.ProductActionVo
-	164, // 1094: gorpc.GoPmpClient.ProductActionUpdate:output_type -> gorpc.ProductActionVo
-	6,   // 1095: gorpc.GoPmpClient.ProductActionDel:output_type -> gorpc.Empty
-	164, // 1096: gorpc.GoPmpClient.ProductActionGet:output_type -> gorpc.ProductActionVo
-	167, // 1097: gorpc.GoPmpClient.ProductActionList:output_type -> gorpc.ProductActionListResp
-	168, // 1098: gorpc.GoPmpClient.ProductActionGroupAdd:output_type -> gorpc.ProductActionGroupVo
-	168, // 1099: gorpc.GoPmpClient.ProductActionGroupUpdate:output_type -> gorpc.ProductActionGroupVo
-	6,   // 1100: gorpc.GoPmpClient.ProductActionGroupDel:output_type -> gorpc.Empty
-	168, // 1101: gorpc.GoPmpClient.ProductActionGroupGet:output_type -> gorpc.ProductActionGroupVo
-	171, // 1102: gorpc.GoPmpClient.ProductActionGroupList:output_type -> gorpc.ProductActionGroupListResp
-	6,   // 1103: gorpc.GoPmpClient.ProductActionGroupDisable:output_type -> gorpc.Empty
-	6,   // 1104: gorpc.GoPmpClient.ProductActionGroupEnable:output_type -> gorpc.Empty
-	174, // 1105: gorpc.GoPmpClient.ProductActionPolicyGroupAdd:output_type -> gorpc.ProductActionPolicyGroupVo
-	174, // 1106: gorpc.GoPmpClient.ProductActionPolicyGroupUpdate:output_type -> gorpc.ProductActionPolicyGroupVo
-	6,   // 1107: gorpc.GoPmpClient.ProductActionPolicyGroupDel:output_type -> gorpc.Empty
-	174, // 1108: gorpc.GoPmpClient.ProductActionPolicyGroupGet:output_type -> gorpc.ProductActionPolicyGroupVo
-	177, // 1109: gorpc.GoPmpClient.ProductActionPolicyGroupList:output_type -> gorpc.ProductActionPolicyGroupListResp
-	6,   // 1110: gorpc.GoPmpClient.ProductActionPolicyGroupDisable:output_type -> gorpc.Empty
-	6,   // 1111: gorpc.GoPmpClient.ProductActionPolicyGroupEnable:output_type -> gorpc.Empty
-	180, // 1112: gorpc.GoPmpClient.ProductActionTypeAdd:output_type -> gorpc.ProductActionTypeVo
-	180, // 1113: gorpc.GoPmpClient.ProductActionTypeUpdate:output_type -> gorpc.ProductActionTypeVo
-	6,   // 1114: gorpc.GoPmpClient.ProductActionTypeDel:output_type -> gorpc.Empty
-	180, // 1115: gorpc.GoPmpClient.ProductActionTypeGet:output_type -> gorpc.ProductActionTypeVo
-	183, // 1116: gorpc.GoPmpClient.ProductActionTypeList:output_type -> gorpc.ProductActionTypeListResp
-	184, // 1117: gorpc.GoPmpClient.AreaParamAdd:output_type -> gorpc.AreaParamVo
-	184, // 1118: gorpc.GoPmpClient.AreaParamUpdate:output_type -> gorpc.AreaParamVo
-	6,   // 1119: gorpc.GoPmpClient.AreaParamDel:output_type -> gorpc.Empty
-	184, // 1120: gorpc.GoPmpClient.AreaParamGet:output_type -> gorpc.AreaParamVo
-	186, // 1121: gorpc.GoPmpClient.AreaParamList:output_type -> gorpc.AreaParamListResp
-	187, // 1122: gorpc.GoPmpClient.NationalLanguageAdd:output_type -> gorpc.NationalLanguageVo
-	187, // 1123: gorpc.GoPmpClient.NationalLanguageUpdate:output_type -> gorpc.NationalLanguageVo
-	6,   // 1124: gorpc.GoPmpClient.NationalLanguageDel:output_type -> gorpc.Empty
-	187, // 1125: gorpc.GoPmpClient.NationalLanguageGet:output_type -> gorpc.NationalLanguageVo
-	189, // 1126: gorpc.GoPmpClient.NationalLanguageList:output_type -> gorpc.NationalLanguageListResp
-	190, // 1127: gorpc.GoPmpClient.TipAdd:output_type -> gorpc.TipVo
-	190, // 1128: gorpc.GoPmpClient.TipUpdate:output_type -> gorpc.TipVo
-	6,   // 1129: gorpc.GoPmpClient.TipDel:output_type -> gorpc.Empty
-	190, // 1130: gorpc.GoPmpClient.TipGet:output_type -> gorpc.TipVo
-	193, // 1131: gorpc.GoPmpClient.TipList:output_type -> gorpc.TipListResp
-	194, // 1132: gorpc.GoPmpClient.DictAdd:output_type -> gorpc.DictVo
-	194, // 1133: gorpc.GoPmpClient.DictUpdate:output_type -> gorpc.DictVo
-	6,   // 1134: gorpc.GoPmpClient.DictDel:output_type -> gorpc.Empty
-	194, // 1135: gorpc.GoPmpClient.DictGet:output_type -> gorpc.DictVo
-	197, // 1136: gorpc.GoPmpClient.DictList:output_type -> gorpc.DictListResp
-	198, // 1137: gorpc.GoPmpClient.UpgradePkgPlanAdd:output_type -> gorpc.UpgradePkgPlanVo
-	198, // 1138: gorpc.GoPmpClient.UpgradePkgPlanUpdate:output_type -> gorpc.UpgradePkgPlanVo
-	6,   // 1139: gorpc.GoPmpClient.UpgradePkgPlanDel:output_type -> gorpc.Empty
-	198, // 1140: gorpc.GoPmpClient.UpgradePkgPlanGet:output_type -> gorpc.UpgradePkgPlanVo
-	200, // 1141: gorpc.GoPmpClient.UpgradePkgPlanList:output_type -> gorpc.UpgradePkgPlanListResp
-	201, // 1142: gorpc.GoPmpClient.UpgradePkgPlanDetailAdd:output_type -> gorpc.UpgradePkgPlanDetailVo
-	201, // 1143: gorpc.GoPmpClient.UpgradePkgPlanDetailUpdate:output_type -> gorpc.UpgradePkgPlanDetailVo
-	6,   // 1144: gorpc.GoPmpClient.UpgradePkgPlanDetailDel:output_type -> gorpc.Empty
-	201, // 1145: gorpc.GoPmpClient.UpgradePkgPlanDetailGet:output_type -> gorpc.UpgradePkgPlanDetailVo
-	203, // 1146: gorpc.GoPmpClient.UpgradePkgPlanDetailList:output_type -> gorpc.UpgradePkgPlanDetailListResp
-	204, // 1147: gorpc.GoPmpClient.UpgradeResPlanAdd:output_type -> gorpc.UpgradeResPlanVo
-	204, // 1148: gorpc.GoPmpClient.UpgradeResPlanUpdate:output_type -> gorpc.UpgradeResPlanVo
-	6,   // 1149: gorpc.GoPmpClient.UpgradeResPlanDel:output_type -> gorpc.Empty
-	204, // 1150: gorpc.GoPmpClient.UpgradeResPlanGet:output_type -> gorpc.UpgradeResPlanVo
-	206, // 1151: gorpc.GoPmpClient.UpgradeResPlanList:output_type -> gorpc.UpgradeResPlanListResp
-	207, // 1152: gorpc.GoPmpClient.UpgradeResPlanDetailAdd:output_type -> gorpc.UpgradeResPlanDetailVo
-	207, // 1153: gorpc.GoPmpClient.UpgradeResPlanDetailUpdate:output_type -> gorpc.UpgradeResPlanDetailVo
-	6,   // 1154: gorpc.GoPmpClient.UpgradeResPlanDetailDel:output_type -> gorpc.Empty
-	207, // 1155: gorpc.GoPmpClient.UpgradeResPlanDetailGet:output_type -> gorpc.UpgradeResPlanDetailVo
-	209, // 1156: gorpc.GoPmpClient.UpgradeResPlanDetailList:output_type -> gorpc.UpgradeResPlanDetailListResp
-	210, // 1157: gorpc.GoPmpClient.AdPlanAdd:output_type -> gorpc.AdPlanVo
-	210, // 1158: gorpc.GoPmpClient.AdPlanUpdate:output_type -> gorpc.AdPlanVo
-	6,   // 1159: gorpc.GoPmpClient.AdPlanDel:output_type -> gorpc.Empty
-	210, // 1160: gorpc.GoPmpClient.AdPlanGet:output_type -> gorpc.AdPlanVo
-	212, // 1161: gorpc.GoPmpClient.AdPlanList:output_type -> gorpc.AdPlanListResp
-	213, // 1162: gorpc.GoPmpClient.AdPlanDetailAdd:output_type -> gorpc.AdPlanDetailVo
-	213, // 1163: gorpc.GoPmpClient.AdPlanDetailUpdate:output_type -> gorpc.AdPlanDetailVo
-	6,   // 1164: gorpc.GoPmpClient.AdPlanDetailDel:output_type -> gorpc.Empty
-	213, // 1165: gorpc.GoPmpClient.AdPlanDetailGet:output_type -> gorpc.AdPlanDetailVo
-	215, // 1166: gorpc.GoPmpClient.AdPlanDetailList:output_type -> gorpc.AdPlanDetailListResp
-	216, // 1167: gorpc.GoPmpClient.AdGlobalConfigGet:output_type -> gorpc.AdGlobalConfigVo
-	216, // 1168: gorpc.GoPmpClient.AdGlobalConfigUpdate:output_type -> gorpc.AdGlobalConfigVo
-	218, // 1169: gorpc.GoPmpClient.JobBatchAdd:output_type -> gorpc.JobBatchVo
-	219, // 1170: gorpc.GoPmpClient.JobBatchAddWithTasks:output_type -> gorpc.JobBatchWithTasksVo
-	218, // 1171: gorpc.GoPmpClient.JobBatchUpdate:output_type -> gorpc.JobBatchVo
-	6,   // 1172: gorpc.GoPmpClient.JobBatchDel:output_type -> gorpc.Empty
-	218, // 1173: gorpc.GoPmpClient.JobBatchGet:output_type -> gorpc.JobBatchVo
-	219, // 1174: gorpc.GoPmpClient.JobBatchGetWithTasks:output_type -> gorpc.JobBatchWithTasksVo
-	222, // 1175: gorpc.GoPmpClient.JobBatchList:output_type -> gorpc.JobBatchListResp
-	223, // 1176: gorpc.GoPmpClient.JobBatchListWithTasks:output_type -> gorpc.JobBatchListWithTasksResp
-	224, // 1177: gorpc.GoPmpClient.JobTasksAdd:output_type -> gorpc.JobTasksVo
-	224, // 1178: gorpc.GoPmpClient.JobTasksUpdate:output_type -> gorpc.JobTasksVo
-	6,   // 1179: gorpc.GoPmpClient.JobTasksDel:output_type -> gorpc.Empty
-	224, // 1180: gorpc.GoPmpClient.JobTasksGet:output_type -> gorpc.JobTasksVo
-	226, // 1181: gorpc.GoPmpClient.JobTasksList:output_type -> gorpc.JobTasksListResp
-	227, // 1182: gorpc.GoPmpClient.DeployConfigAdd:output_type -> gorpc.DeployConfigVo
-	227, // 1183: gorpc.GoPmpClient.DeployConfigUpdate:output_type -> gorpc.DeployConfigVo
-	6,   // 1184: gorpc.GoPmpClient.DeployConfigDel:output_type -> gorpc.Empty
-	227, // 1185: gorpc.GoPmpClient.DeployConfigGet:output_type -> gorpc.DeployConfigVo
-	229, // 1186: gorpc.GoPmpClient.DeployConfigList:output_type -> gorpc.DeployConfigListResp
-	230, // 1187: gorpc.GoPmpClient.OperationLogAdd:output_type -> gorpc.OperationLogVo
-	230, // 1188: gorpc.GoPmpClient.OperationLogUpdate:output_type -> gorpc.OperationLogVo
-	230, // 1189: gorpc.GoPmpClient.OperationLogGet:output_type -> gorpc.OperationLogVo
-	232, // 1190: gorpc.GoPmpClient.OperationLogList:output_type -> gorpc.OperationLogListResp
-	233, // 1191: gorpc.GoPmpClient.AnnouncePlanAdd:output_type -> gorpc.AnnouncePlanVo
-	233, // 1192: gorpc.GoPmpClient.AnnouncePlanUpdate:output_type -> gorpc.AnnouncePlanVo
-	6,   // 1193: gorpc.GoPmpClient.AnnouncePlanDel:output_type -> gorpc.Empty
-	233, // 1194: gorpc.GoPmpClient.AnnouncePlanGet:output_type -> gorpc.AnnouncePlanVo
-	235, // 1195: gorpc.GoPmpClient.AnnouncePlanList:output_type -> gorpc.AnnouncePlanListResp
-	236, // 1196: gorpc.GoPmpClient.AnnouncePlanDetailAdd:output_type -> gorpc.AnnouncePlanDetailVo
-	236, // 1197: gorpc.GoPmpClient.AnnouncePlanDetailUpdate:output_type -> gorpc.AnnouncePlanDetailVo
-	6,   // 1198: gorpc.GoPmpClient.AnnouncePlanDetailDel:output_type -> gorpc.Empty
-	236, // 1199: gorpc.GoPmpClient.AnnouncePlanDetailGet:output_type -> gorpc.AnnouncePlanDetailVo
-	238, // 1200: gorpc.GoPmpClient.AnnouncePlanDetailList:output_type -> gorpc.AnnouncePlanDetailListResp
-	239, // 1201: gorpc.GoPmpClient.MessagePushAdd:output_type -> gorpc.MessagePushVo
-	239, // 1202: gorpc.GoPmpClient.MessagePushUpdate:output_type -> gorpc.MessagePushVo
-	241, // 1203: gorpc.GoPmpClient.MessagePushList:output_type -> gorpc.MessagePushListResp
-	249, // 1204: gorpc.GoShortDramaClient.ShortDramaAdd:output_type -> gorpc.ShortDramaVo
-	6,   // 1205: gorpc.GoShortDramaClient.ShortDramaUpdate:output_type -> gorpc.Empty
-	6,   // 1206: gorpc.GoShortDramaClient.ShortDramaDel:output_type -> gorpc.Empty
-	249, // 1207: gorpc.GoShortDramaClient.ShortDramaGet:output_type -> gorpc.ShortDramaVo
-	252, // 1208: gorpc.GoShortDramaClient.ShortDramaList:output_type -> gorpc.ShortDramaListResp
-	6,   // 1209: gorpc.GoShortDramaClient.ShortDramaUpdateModifier:output_type -> gorpc.Empty
-	6,   // 1210: gorpc.GoShortDramaClient.ShortDramaUpdateReleaseRegions:output_type -> gorpc.Empty
-	263, // 1211: gorpc.GoShortDramaClient.ShortDramaFindIdsWithCopyright:output_type -> gorpc.ShortDramaFindIdsWithCopyrightResp
-	269, // 1212: gorpc.GoShortDramaClient.ShortDramaFindSchedulePublishList:output_type -> gorpc.FindSchedulePublishListResp
-	6,   // 1213: gorpc.GoShortDramaClient.ShortDramaPublishSchedule:output_type -> gorpc.Empty
-	254, // 1214: gorpc.GoShortDramaClient.ShortDramaLanguageList:output_type -> gorpc.ShortDramaLanguageListResp
-	242, // 1215: gorpc.GoShortDramaClient.ShortDramaEpisodeAdd:output_type -> gorpc.ShortDramaEpisodeVo
-	6,   // 1216: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchAdd:output_type -> gorpc.Empty
-	6,   // 1217: gorpc.GoShortDramaClient.ShortDramaEpisodeUpdate:output_type -> gorpc.Empty
-	6,   // 1218: gorpc.GoShortDramaClient.ShortDramaEpisodeDel:output_type -> gorpc.Empty
-	242, // 1219: gorpc.GoShortDramaClient.ShortDramaEpisodeGet:output_type -> gorpc.ShortDramaEpisodeVo
-	245, // 1220: gorpc.GoShortDramaClient.ShortDramaEpisodeList:output_type -> gorpc.ShortDramaEpisodeListResp
-	6,   // 1221: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchRefreshUpdateTime:output_type -> gorpc.Empty
-	257, // 1222: gorpc.GoShortDramaClient.ShortDramaEpisodeCount:output_type -> gorpc.ShortDramaEpisodeCountResp
-	259, // 1223: gorpc.GoShortDramaClient.ShortDramaCheckName:output_type -> gorpc.ShortDramaCheckNameResp
-	6,   // 1224: gorpc.GoShortDramaClient.SetTotalStats:output_type -> gorpc.Empty
-	267, // 1225: gorpc.GoShortDramaClient.ShortDramaStatsPlaysTotalList:output_type -> gorpc.ShortDramaStatsPlaysTotalListResp
-	16,  // 1226: gorpc.GoSysClient.Ping:output_type -> gorpc.Response
-	271, // 1227: gorpc.GoSysClient.SysUserAdd:output_type -> gorpc.SysUserVo
-	271, // 1228: gorpc.GoSysClient.SysUserUpdate:output_type -> gorpc.SysUserVo
-	6,   // 1229: gorpc.GoSysClient.SysUserDelete:output_type -> gorpc.Empty
-	271, // 1230: gorpc.GoSysClient.SysUserGet:output_type -> gorpc.SysUserVo
-	282, // 1231: gorpc.GoSysClient.SysUserList:output_type -> gorpc.SysUserListResp
-	279, // 1232: gorpc.GoSysClient.SysUserAddWithRolesAndPerms:output_type -> gorpc.SysUserWithRolesAndPerms
-	279, // 1233: gorpc.GoSysClient.SysUserUpdateWithRolesAndPerms:output_type -> gorpc.SysUserWithRolesAndPerms
-	279, // 1234: gorpc.GoSysClient.SysUserGetWithRolesAndPerms:output_type -> gorpc.SysUserWithRolesAndPerms
-	283, // 1235: gorpc.GoSysClient.SysUserListWithRolesAndPerms:output_type -> gorpc.SysUserListWithRolesAndPermsResp
-	272, // 1236: gorpc.GoSysClient.SysRoleAdd:output_type -> gorpc.SysRoleVo
-	272, // 1237: gorpc.GoSysClient.SysRoleUpdate:output_type -> gorpc.SysRoleVo
-	6,   // 1238: gorpc.GoSysClient.SysRoleDelete:output_type -> gorpc.Empty
-	272, // 1239: gorpc.GoSysClient.SysRoleGet:output_type -> gorpc.SysRoleVo
-	288, // 1240: gorpc.GoSysClient.SysRoleList:output_type -> gorpc.SysRoleListResp
-	285, // 1241: gorpc.GoSysClient.SysRoleAddWithPerms:output_type -> gorpc.SysRoleWithPerms
-	285, // 1242: gorpc.GoSysClient.SysRoleUpdateWithPerms:output_type -> gorpc.SysRoleWithPerms
-	285, // 1243: gorpc.GoSysClient.SysRoleGetWithPerms:output_type -> gorpc.SysRoleWithPerms
-	289, // 1244: gorpc.GoSysClient.SysRoleListWithPerms:output_type -> gorpc.SysRoleListWithPermsResp
-	273, // 1245: gorpc.GoSysClient.SysPermAdd:output_type -> gorpc.SysPermVo
-	273, // 1246: gorpc.GoSysClient.SysPermUpdate:output_type -> gorpc.SysPermVo
-	6,   // 1247: gorpc.GoSysClient.SysPermDelete:output_type -> gorpc.Empty
-	273, // 1248: gorpc.GoSysClient.SysPermGet:output_type -> gorpc.SysPermVo
-	292, // 1249: gorpc.GoSysClient.SysPermList:output_type -> gorpc.SysPermListResp
-	274, // 1250: gorpc.GoSysClient.SysUserRoleAdd:output_type -> gorpc.SysUserRoleVo
-	274, // 1251: gorpc.GoSysClient.SysUserRoleUpdate:output_type -> gorpc.SysUserRoleVo
-	6,   // 1252: gorpc.GoSysClient.SysUserRoleDelete:output_type -> gorpc.Empty
-	274, // 1253: gorpc.GoSysClient.SysUserRoleGet:output_type -> gorpc.SysUserRoleVo
-	295, // 1254: gorpc.GoSysClient.SysUserRoleList:output_type -> gorpc.SysUserRoleListResp
-	275, // 1255: gorpc.GoSysClient.SysRolePermAdd:output_type -> gorpc.SysRolePermVo
-	275, // 1256: gorpc.GoSysClient.SysRolePermUpdate:output_type -> gorpc.SysRolePermVo
-	6,   // 1257: gorpc.GoSysClient.SysRolePermDelete:output_type -> gorpc.Empty
-	275, // 1258: gorpc.GoSysClient.SysRolePermGet:output_type -> gorpc.SysRolePermVo
-	298, // 1259: gorpc.GoSysClient.SysRolePermList:output_type -> gorpc.SysRolePermListResp
-	276, // 1260: gorpc.GoSysClient.SysUserPermAdd:output_type -> gorpc.SysUserPermVo
-	276, // 1261: gorpc.GoSysClient.SysUserPermUpdate:output_type -> gorpc.SysUserPermVo
-	6,   // 1262: gorpc.GoSysClient.SysUserPermDelete:output_type -> gorpc.Empty
-	276, // 1263: gorpc.GoSysClient.SysUserPermGet:output_type -> gorpc.SysUserPermVo
-	301, // 1264: gorpc.GoSysClient.SysUserPermList:output_type -> gorpc.SysUserPermListResp
-	16,  // 1265: gorpc.GoUserClient.Ping:output_type -> gorpc.Response
-	341, // 1266: gorpc.GoUserClient.UserAppConfigAdd:output_type -> gorpc.UserAppConfigVo
-	341, // 1267: gorpc.GoUserClient.UserAppConfigUpdate:output_type -> gorpc.UserAppConfigVo
-	6,   // 1268: gorpc.GoUserClient.UserAppConfigDel:output_type -> gorpc.Empty
-	341, // 1269: gorpc.GoUserClient.UserAppConfigGet:output_type -> gorpc.UserAppConfigVo
-	344, // 1270: gorpc.GoUserClient.UserAppConfigList:output_type -> gorpc.UserAppConfigListRes
-	338, // 1271: gorpc.GoUserClient.DeviceAdd:output_type -> gorpc.DeviceVo
-	338, // 1272: gorpc.GoUserClient.DeviceUpdate:output_type -> gorpc.DeviceVo
-	6,   // 1273: gorpc.GoUserClient.DeviceDel:output_type -> gorpc.Empty
-	338, // 1274: gorpc.GoUserClient.DeviceGet:output_type -> gorpc.DeviceVo
-	340, // 1275: gorpc.GoUserClient.DeviceList:output_type -> gorpc.DeviceListRes
-	304, // 1276: gorpc.GoUserClient.AccountAdd:output_type -> gorpc.AccountVo
-	304, // 1277: gorpc.GoUserClient.AccountUpdate:output_type -> gorpc.AccountVo
-	6,   // 1278: gorpc.GoUserClient.AccountDel:output_type -> gorpc.Empty
-	304, // 1279: gorpc.GoUserClient.AccountGet:output_type -> gorpc.AccountVo
-	306, // 1280: gorpc.GoUserClient.AccountList:output_type -> gorpc.AccountListResp
-	307, // 1281: gorpc.GoUserClient.AccountDeviceAdd:output_type -> gorpc.AccountDeviceVo
-	307, // 1282: gorpc.GoUserClient.AccountDeviceUpdate:output_type -> gorpc.AccountDeviceVo
-	6,   // 1283: gorpc.GoUserClient.AccountDeviceDel:output_type -> gorpc.Empty
-	307, // 1284: gorpc.GoUserClient.AccountDeviceGet:output_type -> gorpc.AccountDeviceVo
-	309, // 1285: gorpc.GoUserClient.AccountDeviceList:output_type -> gorpc.AccountDeviceListResp
-	313, // 1286: gorpc.GoUserClient.UserWhiteAdd:output_type -> gorpc.UserWhiteAddResp
-	317, // 1287: gorpc.GoUserClient.UserWhiteUpdate:output_type -> gorpc.UserWhiteUpdateResp
-	6,   // 1288: gorpc.GoUserClient.UserWhiteDel:output_type -> gorpc.Empty
-	315, // 1289: gorpc.GoUserClient.UserWhiteGet:output_type -> gorpc.UserWhiteGetResp
-	311, // 1290: gorpc.GoUserClient.UserWhiteList:output_type -> gorpc.UserWhiteListResp
-	322, // 1291: gorpc.GoUserClient.UserTestAdd:output_type -> gorpc.UserTestAddResp
-	326, // 1292: gorpc.GoUserClient.UserTestUpdate:output_type -> gorpc.UserTestUpdateResp
-	6,   // 1293: gorpc.GoUserClient.UserTestDel:output_type -> gorpc.Empty
-	324, // 1294: gorpc.GoUserClient.UserTestGet:output_type -> gorpc.UserTestGetResp
-	320, // 1295: gorpc.GoUserClient.UserTestList:output_type -> gorpc.UserTestListResp
-	347, // 1296: gorpc.GoUserClient.UserAdd:output_type -> gorpc.UserAddResp
-	349, // 1297: gorpc.GoUserClient.UserUpdate:output_type -> gorpc.UserUpdateResp
-	6,   // 1298: gorpc.GoUserClient.UserDel:output_type -> gorpc.Empty
-	352, // 1299: gorpc.GoUserClient.UserGet:output_type -> gorpc.UserGetResp
-	354, // 1300: gorpc.GoUserClient.UserList:output_type -> gorpc.UserListResp
-	357, // 1301: gorpc.GoUserClient.UserCredentialAdd:output_type -> gorpc.UserCredentialAddResp
-	359, // 1302: gorpc.GoUserClient.UserCredentialUpdate:output_type -> gorpc.UserCredentialUpdateResp
-	6,   // 1303: gorpc.GoUserClient.UserCredentialDel:output_type -> gorpc.Empty
-	362, // 1304: gorpc.GoUserClient.UserCredentialGet:output_type -> gorpc.UserCredentialGetResp
-	364, // 1305: gorpc.GoUserClient.UserCredentialList:output_type -> gorpc.UserCredentialListResp
-	367, // 1306: gorpc.GoUserClient.UserDeviceAdd:output_type -> gorpc.UserDeviceAddResp
-	369, // 1307: gorpc.GoUserClient.UserDeviceUpdate:output_type -> gorpc.UserDeviceUpdateResp
-	6,   // 1308: gorpc.GoUserClient.UserDeviceDel:output_type -> gorpc.Empty
-	372, // 1309: gorpc.GoUserClient.UserDeviceGet:output_type -> gorpc.UserDeviceGetResp
-	374, // 1310: gorpc.GoUserClient.UserDeviceList:output_type -> gorpc.UserDeviceListResp
-	330, // 1311: gorpc.GoUserClient.UserServiceAdd:output_type -> gorpc.UserServiceAddResp
-	332, // 1312: gorpc.GoUserClient.UserServiceUpdate:output_type -> gorpc.UserServiceUpdateResp
-	6,   // 1313: gorpc.GoUserClient.UserServiceDel:output_type -> gorpc.Empty
-	335, // 1314: gorpc.GoUserClient.UserServiceGet:output_type -> gorpc.UserServiceGetResp
-	337, // 1315: gorpc.GoUserClient.UserServiceList:output_type -> gorpc.UserServiceListResp
-	16,  // 1316: gorpc.GoVpnClient.Ping:output_type -> gorpc.Response
-	6,   // 1317: gorpc.GoVpnClient.Transaction:output_type -> gorpc.Empty
-	375, // 1318: gorpc.GoVpnClient.VpnTagAdd:output_type -> gorpc.VpnTagVo
-	375, // 1319: gorpc.GoVpnClient.VpnTagUpdate:output_type -> gorpc.VpnTagVo
-	6,   // 1320: gorpc.GoVpnClient.VpnTagDel:output_type -> gorpc.Empty
-	375, // 1321: gorpc.GoVpnClient.VpnTagGet:output_type -> gorpc.VpnTagVo
-	378, // 1322: gorpc.GoVpnClient.VpnTagList:output_type -> gorpc.VpnTagListResp
-	380, // 1323: gorpc.GoVpnClient.VpnTagBatchAdd:output_type -> gorpc.VpnTagBatchAddResp
-	382, // 1324: gorpc.GoVpnClient.VpnTagBatchUpdate:output_type -> gorpc.VpnTagBatchUpdateResp
-	384, // 1325: gorpc.GoVpnClient.VpnGroupAdd:output_type -> gorpc.VpnGroupVo
-	6,   // 1326: gorpc.GoVpnClient.VpnGroupUpdate:output_type -> gorpc.Empty
-	6,   // 1327: gorpc.GoVpnClient.VpnGroupDel:output_type -> gorpc.Empty
-	384, // 1328: gorpc.GoVpnClient.VpnGroupGet:output_type -> gorpc.VpnGroupVo
-	389, // 1329: gorpc.GoVpnClient.VpnGroupList:output_type -> gorpc.VpnGroupListResp
-	391, // 1330: gorpc.GoVpnClient.VpnGroupBatchAdd:output_type -> gorpc.VpnGroupBatchAddResp
-	393, // 1331: gorpc.GoVpnClient.VpnGroupBatchUpdate:output_type -> gorpc.VpnGroupBatchUpdateResp
-	395, // 1332: gorpc.GoVpnClient.VpnGroupTagAdd:output_type -> gorpc.VpnGroupTagVo
-	395, // 1333: gorpc.GoVpnClient.VpnGroupTagUpdate:output_type -> gorpc.VpnGroupTagVo
-	6,   // 1334: gorpc.GoVpnClient.VpnGroupTagDel:output_type -> gorpc.Empty
-	395, // 1335: gorpc.GoVpnClient.VpnGroupTagGet:output_type -> gorpc.VpnGroupTagVo
-	397, // 1336: gorpc.GoVpnClient.VpnGroupTagList:output_type -> gorpc.VpnGroupTagListResp
-	398, // 1337: gorpc.GoVpnClient.VpnLocationAdd:output_type -> gorpc.VpnLocationVo
-	6,   // 1338: gorpc.GoVpnClient.VpnLocationUpdate:output_type -> gorpc.Empty
-	6,   // 1339: gorpc.GoVpnClient.VpnLocationDel:output_type -> gorpc.Empty
-	398, // 1340: gorpc.GoVpnClient.VpnLocationGet:output_type -> gorpc.VpnLocationVo
-	402, // 1341: gorpc.GoVpnClient.VpnLocationList:output_type -> gorpc.VpnLocationListResp
-	404, // 1342: gorpc.GoVpnClient.VpnLocationBatchAdd:output_type -> gorpc.VpnLocationBatchAddResp
-	406, // 1343: gorpc.GoVpnClient.VpnLocationBatchUpdate:output_type -> gorpc.VpnLocationBatchUpdateResp
-	413, // 1344: gorpc.GoVpnClient.VpnServerAdd:output_type -> gorpc.VpnServerAddReq
-	413, // 1345: gorpc.GoVpnClient.VpnServerUpdate:output_type -> gorpc.VpnServerAddReq
-	6,   // 1346: gorpc.GoVpnClient.VpnServerDel:output_type -> gorpc.Empty
-	408, // 1347: gorpc.GoVpnClient.VpnServerGet:output_type -> gorpc.VpnServerVo
-	409, // 1348: gorpc.GoVpnClient.VpnServerExGet:output_type -> gorpc.VpnServerExVo
-	411, // 1349: gorpc.GoVpnClient.VpnServerList:output_type -> gorpc.VpnServerListResp
-	412, // 1350: gorpc.GoVpnClient.VpnServerExList:output_type -> gorpc.VpnServerExListResp
-	415, // 1351: gorpc.GoVpnClient.VpnServerBatchAdd:output_type -> gorpc.VpnServerBatchAddResp
-	417, // 1352: gorpc.GoVpnClient.VpnServerBatchUpdate:output_type -> gorpc.VpnServerBatchUpdateResp
-	419, // 1353: gorpc.GoVpnClient.VpnServerLocationAdd:output_type -> gorpc.VpnServerLocationVo
-	6,   // 1354: gorpc.GoVpnClient.VpnServerLocationUpdate:output_type -> gorpc.Empty
-	6,   // 1355: gorpc.GoVpnClient.VpnServerLocationDel:output_type -> gorpc.Empty
-	419, // 1356: gorpc.GoVpnClient.VpnServerLocationGet:output_type -> gorpc.VpnServerLocationVo
-	421, // 1357: gorpc.GoVpnClient.VpnServerLocationList:output_type -> gorpc.VpnServerLocationListResp
-	429, // 1358: gorpc.GoVpnClient.VpnWithIPAndPort:output_type -> gorpc.VpnWithIPAndPortResp
-	424, // 1359: gorpc.GoVpnClient.VpnLocationServerCount:output_type -> gorpc.VpnLocationServerCountResp
-	425, // 1360: gorpc.GoVpnClient.VpnProbeTaskAdd:output_type -> gorpc.VpnProbeTaskVo
-	6,   // 1361: gorpc.GoVpnClient.VpnProbeTaskUpdate:output_type -> gorpc.Empty
-	427, // 1362: gorpc.GoVpnClient.VpnProbeTaskList:output_type -> gorpc.VpnProbeTaskListResp
-	432, // 1363: gorpc.GoVpnClient.VpnipWalledAdd:output_type -> gorpc.VpnipWalledAddResp
-	434, // 1364: gorpc.GoVpnClient.VpnipWalledUpdate:output_type -> gorpc.VpnipWalledUpdateResp
-	6,   // 1365: gorpc.GoVpnClient.VpnipWalledDel:output_type -> gorpc.Empty
-	436, // 1366: gorpc.GoVpnClient.VpnipWalledGet:output_type -> gorpc.VpnipWalledGetResp
-	438, // 1367: gorpc.GoVpnClient.VpnipWalledList:output_type -> gorpc.VpnipWalledListResp
-	440, // 1368: gorpc.GoVpnClient.VpnipWalledBatchAdd:output_type -> gorpc.VpnipWalledBatchAddResp
-	442, // 1369: gorpc.GoVpnClient.VpnipWalledBatchUpdate:output_type -> gorpc.VpnipWalledBatchUpdateResp
-	446, // 1370: gorpc.GoVpnClient.VpnipAdd:output_type -> gorpc.VpnipAddResp
-	448, // 1371: gorpc.GoVpnClient.VpnipExAdd:output_type -> gorpc.VpnipExAddResp
-	450, // 1372: gorpc.GoVpnClient.VpnipUpdate:output_type -> gorpc.VpnipUpdateResp
-	452, // 1373: gorpc.GoVpnClient.VpnipExUpdate:output_type -> gorpc.VpnipExUpdateResp
-	6,   // 1374: gorpc.GoVpnClient.VpnipDel:output_type -> gorpc.Empty
-	454, // 1375: gorpc.GoVpnClient.VpnipGet:output_type -> gorpc.VpnipGetResp
-	455, // 1376: gorpc.GoVpnClient.VpnipExGet:output_type -> gorpc.VpnipExGetResp
-	457, // 1377: gorpc.GoVpnClient.VpnipList:output_type -> gorpc.VpnipListResp
-	458, // 1378: gorpc.GoVpnClient.VpnipExList:output_type -> gorpc.VpnipExListResp
-	460, // 1379: gorpc.GoVpnClient.VpnipBatchAdd:output_type -> gorpc.VpnipBatchAddResp
-	462, // 1380: gorpc.GoVpnClient.VpnipBatchUpdate:output_type -> gorpc.VpnipBatchUpdateResp
-	464, // 1381: gorpc.GoVpnClient.VpnipExBatchAdd:output_type -> gorpc.VpnipExBatchAddResp
-	466, // 1382: gorpc.GoVpnClient.VpnipExBatchUpdate:output_type -> gorpc.VpnipExBatchUpdateResp
-	470, // 1383: gorpc.GoVpnClient.VpnipRangeAdd:output_type -> gorpc.VpnipRangeAddResp
-	472, // 1384: gorpc.GoVpnClient.VpnipRangeExAdd:output_type -> gorpc.VpnipRangeExAddResp
-	474, // 1385: gorpc.GoVpnClient.VpnipRangeUpdate:output_type -> gorpc.VpnipRangeUpdateResp
-	476, // 1386: gorpc.GoVpnClient.VpnipRangeExUpdate:output_type -> gorpc.VpnipRangeExUpdateResp
-	6,   // 1387: gorpc.GoVpnClient.VpnipRangeDel:output_type -> gorpc.Empty
-	478, // 1388: gorpc.GoVpnClient.VpnipRangeGet:output_type -> gorpc.VpnipRangeGetResp
-	479, // 1389: gorpc.GoVpnClient.VpnipRangeExGet:output_type -> gorpc.VpnipRangeExGetResp
-	481, // 1390: gorpc.GoVpnClient.VpnipRangeList:output_type -> gorpc.VpnipRangeListResp
-	482, // 1391: gorpc.GoVpnClient.VpnipRangeExList:output_type -> gorpc.VpnipRangeExListResp
-	484, // 1392: gorpc.GoVpnClient.VpnipRangeBatchAdd:output_type -> gorpc.VpnipRangeBatchAddResp
-	488, // 1393: gorpc.GoVpnClient.VpnipRangeExBatchAdd:output_type -> gorpc.VpnipRangeExBatchAddResp
-	486, // 1394: gorpc.GoVpnClient.VpnipRangeBatchUpdate:output_type -> gorpc.VpnipRangeBatchUpdateResp
-	490, // 1395: gorpc.GoVpnClient.VpnipRangeExBatchUpdate:output_type -> gorpc.VpnipRangeExBatchUpdateResp
-	493, // 1396: gorpc.GoVpnClient.VpnipBindAdd:output_type -> gorpc.VpnipBindAddResp
-	495, // 1397: gorpc.GoVpnClient.VpnipBindUpdate:output_type -> gorpc.VpnipBindUpdateResp
-	6,   // 1398: gorpc.GoVpnClient.VpnipBindDel:output_type -> gorpc.Empty
-	497, // 1399: gorpc.GoVpnClient.VpnipBindGet:output_type -> gorpc.VpnipBindGetResp
-	499, // 1400: gorpc.GoVpnClient.VpnipBindList:output_type -> gorpc.VpnipBindListResp
-	503, // 1401: gorpc.GoVpnClient.VpnipBindBatchUpdate:output_type -> gorpc.VpnipBindBatchUpdateResp
-	501, // 1402: gorpc.GoVpnClient.VpnipsBindServer:output_type -> gorpc.VpnipBindBatchAddResp
-	507, // 1403: gorpc.GoVpnClient.VpnConfigTemplatePlanAdd:output_type -> gorpc.VpnConfigTemplatePlanAddResp
-	509, // 1404: gorpc.GoVpnClient.VpnConfigTemplatePlanUpdate:output_type -> gorpc.VpnConfigTemplatePlanUpdateResp
-	6,   // 1405: gorpc.GoVpnClient.VpnConfigTemplatePlanDel:output_type -> gorpc.Empty
-	512, // 1406: gorpc.GoVpnClient.VpnConfigTemplatePlanGet:output_type -> gorpc.VpnConfigTemplatePlanGetResp
-	514, // 1407: gorpc.GoVpnClient.VpnConfigTemplatePlanList:output_type -> gorpc.VpnConfigTemplatePlanListResp
-	516, // 1408: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailAdd:output_type -> gorpc.VpnConfigTemplatePlanDetailAddResp
-	518, // 1409: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailUpdate:output_type -> gorpc.VpnConfigTemplatePlanDetailUpdateResp
-	6,   // 1410: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailDel:output_type -> gorpc.Empty
-	521, // 1411: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailGet:output_type -> gorpc.VpnConfigTemplatePlanDetailGetResp
-	523, // 1412: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailList:output_type -> gorpc.VpnConfigTemplatePlanDetailListResp
-	998, // [998:1413] is the sub-list for method output_type
-	583, // [583:998] is the sub-list for method input_type
-	583, // [583:583] is the sub-list for extension type_name
-	583, // [583:583] is the sub-list for extension extendee
-	0,   // [0:583] is the sub-list for field type_name
+	3,   // 41: gorpc.ServiceBoxWithDurationVo.isMaster:type_name -> gorpc.BoolInt
+	59,  // 42: gorpc.ServiceBoxWithDurationAndDetailsVo.serviceBox:type_name -> gorpc.ServiceBoxWithDurationVo
+	43,  // 43: gorpc.ServiceBoxWithDurationAndDetailsVo.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
+	57,  // 44: gorpc.ServiceBoxGetReq.vo:type_name -> gorpc.ServiceBoxVo
+	57,  // 45: gorpc.ServiceBoxGetResp.vo:type_name -> gorpc.ServiceBoxVo
+	57,  // 46: gorpc.ServiceBoxGetWithDetailsReq.vo:type_name -> gorpc.ServiceBoxVo
+	57,  // 47: gorpc.ServiceBoxGetWithDetailsResp.serviceBox:type_name -> gorpc.ServiceBoxVo
+	43,  // 48: gorpc.ServiceBoxGetWithDetailsResp.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
+	57,  // 49: gorpc.ServiceBoxAddReq.vo:type_name -> gorpc.ServiceBoxVo
+	57,  // 50: gorpc.ServiceBoxAddResp.vo:type_name -> gorpc.ServiceBoxVo
+	57,  // 51: gorpc.ServiceBoxAddWithDetailsReq.serviceBox:type_name -> gorpc.ServiceBoxVo
+	43,  // 52: gorpc.ServiceBoxAddWithDetailsReq.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
+	57,  // 53: gorpc.ServiceBoxAddWithDetailsResp.serviceBox:type_name -> gorpc.ServiceBoxVo
+	43,  // 54: gorpc.ServiceBoxAddWithDetailsResp.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
+	57,  // 55: gorpc.ServiceBoxUpdateReq.vo:type_name -> gorpc.ServiceBoxVo
+	57,  // 56: gorpc.ServiceBoxUpdateResp.vo:type_name -> gorpc.ServiceBoxVo
+	57,  // 57: gorpc.ServiceBoxUpdateWithDetailsReq.serviceBox:type_name -> gorpc.ServiceBoxVo
+	43,  // 58: gorpc.ServiceBoxUpdateWithDetailsReq.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
+	57,  // 59: gorpc.ServiceBoxUpdateWithDetailsResp.serviceBox:type_name -> gorpc.ServiceBoxVo
+	43,  // 60: gorpc.ServiceBoxUpdateWithDetailsResp.serviceTypes:type_name -> gorpc.ServiceTypesWithValueVo
+	10,  // 61: gorpc.ServiceBoxListReq.page:type_name -> gorpc.Page
+	57,  // 62: gorpc.ServiceBoxListReq.vo:type_name -> gorpc.ServiceBoxVo
+	57,  // 63: gorpc.ServiceBoxListResp.list:type_name -> gorpc.ServiceBoxVo
+	10,  // 64: gorpc.ServiceBoxListWithDetailsReq.page:type_name -> gorpc.Page
+	57,  // 65: gorpc.ServiceBoxListWithDetailsReq.vo:type_name -> gorpc.ServiceBoxVo
+	58,  // 66: gorpc.ServiceBoxListWithDetailsResp.list:type_name -> gorpc.ServiceBoxWithDetailsVo
+	78,  // 67: gorpc.ServiceBoxTypesGetReq.vo:type_name -> gorpc.ServiceBoxTypesVo
+	78,  // 68: gorpc.ServiceBoxTypesGetResp.vo:type_name -> gorpc.ServiceBoxTypesVo
+	78,  // 69: gorpc.ServiceBoxTypesAddReq.vo:type_name -> gorpc.ServiceBoxTypesVo
+	78,  // 70: gorpc.ServiceBoxTypesAddResp.vo:type_name -> gorpc.ServiceBoxTypesVo
+	78,  // 71: gorpc.ServiceBoxTypesUpdateReq.vo:type_name -> gorpc.ServiceBoxTypesVo
+	78,  // 72: gorpc.ServiceBoxTypesUpdateResp.vo:type_name -> gorpc.ServiceBoxTypesVo
+	10,  // 73: gorpc.ServiceBoxTypesListReq.page:type_name -> gorpc.Page
+	78,  // 74: gorpc.ServiceBoxTypesListReq.vo:type_name -> gorpc.ServiceBoxTypesVo
+	78,  // 75: gorpc.ServiceBoxTypesListResp.list:type_name -> gorpc.ServiceBoxTypesVo
+	3,   // 76: gorpc.ServicePlanVo.recommend:type_name -> gorpc.BoolInt
+	3,   // 77: gorpc.ServicePlanVo.isDefault:type_name -> gorpc.BoolInt
+	3,   // 78: gorpc.ServicePlanVo.subscribeType:type_name -> gorpc.BoolInt
+	5,   // 79: gorpc.ServicePlanVo.subscribePeriodType:type_name -> gorpc.SubscribePeriodType
+	2,   // 80: gorpc.ServicePlanVo.status:type_name -> gorpc.Status
+	88,  // 81: gorpc.ServicePlanWithBoxesVo.servicePlan:type_name -> gorpc.ServicePlanVo
+	59,  // 82: gorpc.ServicePlanWithBoxesVo.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
+	88,  // 83: gorpc.ServicePlanWithBoxesAndDetailsVo.servicePlan:type_name -> gorpc.ServicePlanVo
+	60,  // 84: gorpc.ServicePlanWithBoxesAndDetailsVo.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
+	88,  // 85: gorpc.ServicePlanGetReq.vo:type_name -> gorpc.ServicePlanVo
+	88,  // 86: gorpc.ServicePlanGetResp.vo:type_name -> gorpc.ServicePlanVo
+	88,  // 87: gorpc.ServicePlanGetWithBoxesReq.vo:type_name -> gorpc.ServicePlanVo
+	88,  // 88: gorpc.ServicePlanGetWithBoxesResp.servicePlan:type_name -> gorpc.ServicePlanVo
+	59,  // 89: gorpc.ServicePlanGetWithBoxesResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
+	88,  // 90: gorpc.ServicePlanGetWithBoxesAndDetailsReq.vo:type_name -> gorpc.ServicePlanVo
+	88,  // 91: gorpc.ServicePlanGetWithBoxesAndDetailsResp.servicePlan:type_name -> gorpc.ServicePlanVo
+	60,  // 92: gorpc.ServicePlanGetWithBoxesAndDetailsResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
+	88,  // 93: gorpc.ServicePlanAddReq.vo:type_name -> gorpc.ServicePlanVo
+	88,  // 94: gorpc.ServicePlanAddResp.vo:type_name -> gorpc.ServicePlanVo
+	88,  // 95: gorpc.ServicePlanAddWithBoxesReq.servicePlan:type_name -> gorpc.ServicePlanVo
+	59,  // 96: gorpc.ServicePlanAddWithBoxesReq.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
+	88,  // 97: gorpc.ServicePlanAddWithBoxesResp.servicePlan:type_name -> gorpc.ServicePlanVo
+	59,  // 98: gorpc.ServicePlanAddWithBoxesResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
+	88,  // 99: gorpc.ServicePlanAddWithBoxesAndDetailsReq.servicePlan:type_name -> gorpc.ServicePlanVo
+	60,  // 100: gorpc.ServicePlanAddWithBoxesAndDetailsReq.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
+	88,  // 101: gorpc.ServicePlanAddWithBoxesAndDetailsResp.servicePlan:type_name -> gorpc.ServicePlanVo
+	60,  // 102: gorpc.ServicePlanAddWithBoxesAndDetailsResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
+	88,  // 103: gorpc.ServicePlanUpdateReq.vo:type_name -> gorpc.ServicePlanVo
+	88,  // 104: gorpc.ServicePlanUpdateResp.vo:type_name -> gorpc.ServicePlanVo
+	88,  // 105: gorpc.ServicePlanUpdateWithBoxesReq.servicePlan:type_name -> gorpc.ServicePlanVo
+	59,  // 106: gorpc.ServicePlanUpdateWithBoxesReq.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
+	88,  // 107: gorpc.ServicePlanUpdateWithBoxesResp.servicePlan:type_name -> gorpc.ServicePlanVo
+	59,  // 108: gorpc.ServicePlanUpdateWithBoxesResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
+	88,  // 109: gorpc.ServicePlanUpdateWithBoxesAndDetailsReq.servicePlan:type_name -> gorpc.ServicePlanVo
+	60,  // 110: gorpc.ServicePlanUpdateWithBoxesAndDetailsReq.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
+	88,  // 111: gorpc.ServicePlanUpdateWithBoxesAndDetailsResp.servicePlan:type_name -> gorpc.ServicePlanVo
+	60,  // 112: gorpc.ServicePlanUpdateWithBoxesAndDetailsResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
+	10,  // 113: gorpc.ServicePlanListReq.page:type_name -> gorpc.Page
+	88,  // 114: gorpc.ServicePlanListReq.vo:type_name -> gorpc.ServicePlanVo
+	88,  // 115: gorpc.ServicePlanListResp.list:type_name -> gorpc.ServicePlanVo
+	10,  // 116: gorpc.ServicePlanListWithBoxesReq.page:type_name -> gorpc.Page
+	88,  // 117: gorpc.ServicePlanListWithBoxesReq.vo:type_name -> gorpc.ServicePlanVo
+	89,  // 118: gorpc.ServicePlanListWithBoxesResp.list:type_name -> gorpc.ServicePlanWithBoxesVo
+	10,  // 119: gorpc.ServicePlanListWithBoxesAndDetailsReq.page:type_name -> gorpc.Page
+	88,  // 120: gorpc.ServicePlanListWithBoxesAndDetailsReq.vo:type_name -> gorpc.ServicePlanVo
+	90,  // 121: gorpc.ServicePlanListWithBoxesAndDetailsResp.list:type_name -> gorpc.ServicePlanWithBoxesAndDetailsVo
+	3,   // 122: gorpc.ServicePlanBoxesVo.isMaster:type_name -> gorpc.BoolInt
+	116, // 123: gorpc.ServicePlanBoxesGetReq.vo:type_name -> gorpc.ServicePlanBoxesVo
+	116, // 124: gorpc.ServicePlanBoxesGetResp.vo:type_name -> gorpc.ServicePlanBoxesVo
+	116, // 125: gorpc.ServicePlanBoxesAddReq.vo:type_name -> gorpc.ServicePlanBoxesVo
+	116, // 126: gorpc.ServicePlanBoxesAddResp.vo:type_name -> gorpc.ServicePlanBoxesVo
+	116, // 127: gorpc.ServicePlanBoxesUpdateReq.vo:type_name -> gorpc.ServicePlanBoxesVo
+	116, // 128: gorpc.ServicePlanBoxesUpdateResp.vo:type_name -> gorpc.ServicePlanBoxesVo
+	10,  // 129: gorpc.ServicePlanBoxesListReq.page:type_name -> gorpc.Page
+	116, // 130: gorpc.ServicePlanBoxesListReq.vo:type_name -> gorpc.ServicePlanBoxesVo
+	116, // 131: gorpc.ServicePlanBoxesListResp.list:type_name -> gorpc.ServicePlanBoxesVo
+	3,   // 132: gorpc.ServicePlanChannelVo.recommend:type_name -> gorpc.BoolInt
+	3,   // 133: gorpc.ServicePlanChannelVo.isDefault:type_name -> gorpc.BoolInt
+	2,   // 134: gorpc.ServicePlanChannelVo.status:type_name -> gorpc.Status
+	126, // 135: gorpc.ServicePlanChannelWithPlanVo.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
+	88,  // 136: gorpc.ServicePlanChannelWithPlanVo.servicePlan:type_name -> gorpc.ServicePlanVo
+	126, // 137: gorpc.ServicePlanChannelWithPlanAndBoxesVo.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
+	88,  // 138: gorpc.ServicePlanChannelWithPlanAndBoxesVo.servicePlan:type_name -> gorpc.ServicePlanVo
+	59,  // 139: gorpc.ServicePlanChannelWithPlanAndBoxesVo.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
+	126, // 140: gorpc.ServicePlanChannelWithPlanAndBoxesAndDetailsVo.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
+	88,  // 141: gorpc.ServicePlanChannelWithPlanAndBoxesAndDetailsVo.servicePlan:type_name -> gorpc.ServicePlanVo
+	60,  // 142: gorpc.ServicePlanChannelWithPlanAndBoxesAndDetailsVo.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
+	126, // 143: gorpc.ServicePlanChannelGetReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	126, // 144: gorpc.ServicePlanChannelGetResp.vo:type_name -> gorpc.ServicePlanChannelVo
+	126, // 145: gorpc.ServicePlanChannelGetWithPlanReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	126, // 146: gorpc.ServicePlanChannelGetWithPlanResp.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
+	88,  // 147: gorpc.ServicePlanChannelGetWithPlanResp.servicePlan:type_name -> gorpc.ServicePlanVo
+	126, // 148: gorpc.ServicePlanChannelGetWithPlanAndBoxesReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	126, // 149: gorpc.ServicePlanChannelGetWithPlanAndBoxesResp.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
+	88,  // 150: gorpc.ServicePlanChannelGetWithPlanAndBoxesResp.servicePlan:type_name -> gorpc.ServicePlanVo
+	59,  // 151: gorpc.ServicePlanChannelGetWithPlanAndBoxesResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationVo
+	126, // 152: gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	126, // 153: gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp.servicePlanChannel:type_name -> gorpc.ServicePlanChannelVo
+	88,  // 154: gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp.servicePlan:type_name -> gorpc.ServicePlanVo
+	60,  // 155: gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp.serviceBoxes:type_name -> gorpc.ServiceBoxWithDurationAndDetailsVo
+	126, // 156: gorpc.ServicePlanChannelAddReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	126, // 157: gorpc.ServicePlanChannelAddResp.vo:type_name -> gorpc.ServicePlanChannelVo
+	126, // 158: gorpc.ServicePlanChannelUpdateReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	126, // 159: gorpc.ServicePlanChannelUpdateResp.vo:type_name -> gorpc.ServicePlanChannelVo
+	10,  // 160: gorpc.ServicePlanChannelListReq.page:type_name -> gorpc.Page
+	126, // 161: gorpc.ServicePlanChannelListReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	126, // 162: gorpc.ServicePlanChannelListResp.list:type_name -> gorpc.ServicePlanChannelVo
+	10,  // 163: gorpc.ServicePlanChannelListWithPlanReq.page:type_name -> gorpc.Page
+	126, // 164: gorpc.ServicePlanChannelListWithPlanReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	127, // 165: gorpc.ServicePlanChannelListWithPlanResp.list:type_name -> gorpc.ServicePlanChannelWithPlanVo
+	10,  // 166: gorpc.ServicePlanChannelListWithPlanAndBoxesReq.page:type_name -> gorpc.Page
+	126, // 167: gorpc.ServicePlanChannelListWithPlanAndBoxesReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	128, // 168: gorpc.ServicePlanChannelListWithPlanAndBoxesResp.list:type_name -> gorpc.ServicePlanChannelWithPlanAndBoxesVo
+	10,  // 169: gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq.page:type_name -> gorpc.Page
+	126, // 170: gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq.vo:type_name -> gorpc.ServicePlanChannelVo
+	129, // 171: gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp.list:type_name -> gorpc.ServicePlanChannelWithPlanAndBoxesAndDetailsVo
+	3,   // 172: gorpc.GlobalParamVo.editable:type_name -> gorpc.BoolInt
+	3,   // 173: gorpc.GlobalParamVo.nullable:type_name -> gorpc.BoolInt
+	3,   // 174: gorpc.GlobalParamVo.hidden:type_name -> gorpc.BoolInt
+	3,   // 175: gorpc.GlobalParamVo.mutiLang:type_name -> gorpc.BoolInt
+	3,   // 176: gorpc.GlobalParamVo.apiExport:type_name -> gorpc.BoolInt
+	151, // 177: gorpc.GlobalParamVo.i18ns:type_name -> gorpc.I18nVo
+	153, // 178: gorpc.GlobalParamGetReq.vo:type_name -> gorpc.GlobalParamVo
+	10,  // 179: gorpc.GlobalParamListReq.page:type_name -> gorpc.Page
+	153, // 180: gorpc.GlobalParamListReq.vo:type_name -> gorpc.GlobalParamVo
+	153, // 181: gorpc.GlobalParamListResp.list:type_name -> gorpc.GlobalParamVo
+	2,   // 182: gorpc.ProductVo.status:type_name -> gorpc.Status
+	10,  // 183: gorpc.ProductListReq.page:type_name -> gorpc.Page
+	157, // 184: gorpc.ProductListReq.vo:type_name -> gorpc.ProductVo
+	157, // 185: gorpc.ProductListResp.list:type_name -> gorpc.ProductVo
+	3,   // 186: gorpc.ProductParamVo.editable:type_name -> gorpc.BoolInt
+	3,   // 187: gorpc.ProductParamVo.nullable:type_name -> gorpc.BoolInt
+	3,   // 188: gorpc.ProductParamVo.hidden:type_name -> gorpc.BoolInt
+	3,   // 189: gorpc.ProductParamVo.mutiLang:type_name -> gorpc.BoolInt
+	3,   // 190: gorpc.ProductParamVo.apiExport:type_name -> gorpc.BoolInt
+	151, // 191: gorpc.ProductParamVo.i18ns:type_name -> gorpc.I18nVo
+	160, // 192: gorpc.ProductParamGetReq.vo:type_name -> gorpc.ProductParamVo
+	10,  // 193: gorpc.ProductParamListReq.page:type_name -> gorpc.Page
+	160, // 194: gorpc.ProductParamListReq.vo:type_name -> gorpc.ProductParamVo
+	160, // 195: gorpc.ProductParamListResp.list:type_name -> gorpc.ProductParamVo
+	2,   // 196: gorpc.ProductActionVo.status:type_name -> gorpc.Status
+	164, // 197: gorpc.ProductActionReq.vo:type_name -> gorpc.ProductActionVo
+	10,  // 198: gorpc.ProductActionListReq.page:type_name -> gorpc.Page
+	164, // 199: gorpc.ProductActionListReq.vo:type_name -> gorpc.ProductActionVo
+	164, // 200: gorpc.ProductActionListResp.list:type_name -> gorpc.ProductActionVo
+	2,   // 201: gorpc.ProductActionGroupVo.status:type_name -> gorpc.Status
+	168, // 202: gorpc.ProductActionGroupReq.vo:type_name -> gorpc.ProductActionGroupVo
+	10,  // 203: gorpc.ProductActionGroupListReq.page:type_name -> gorpc.Page
+	168, // 204: gorpc.ProductActionGroupListReq.vo:type_name -> gorpc.ProductActionGroupVo
+	168, // 205: gorpc.ProductActionGroupListResp.list:type_name -> gorpc.ProductActionGroupVo
+	2,   // 206: gorpc.ProductActionPolicyGroupVo.status:type_name -> gorpc.Status
+	174, // 207: gorpc.ProductActionPolicyGroupReq.vo:type_name -> gorpc.ProductActionPolicyGroupVo
+	10,  // 208: gorpc.ProductActionPolicyGroupListReq.page:type_name -> gorpc.Page
+	174, // 209: gorpc.ProductActionPolicyGroupListReq.vo:type_name -> gorpc.ProductActionPolicyGroupVo
+	174, // 210: gorpc.ProductActionPolicyGroupListResp.list:type_name -> gorpc.ProductActionPolicyGroupVo
+	180, // 211: gorpc.ProductActionTypeReq.vo:type_name -> gorpc.ProductActionTypeVo
+	10,  // 212: gorpc.ProductActionTypeListReq.page:type_name -> gorpc.Page
+	180, // 213: gorpc.ProductActionTypeListReq.vo:type_name -> gorpc.ProductActionTypeVo
+	180, // 214: gorpc.ProductActionTypeListResp.list:type_name -> gorpc.ProductActionTypeVo
+	2,   // 215: gorpc.AreaParamVo.status:type_name -> gorpc.Status
+	10,  // 216: gorpc.AreaParamListReq.page:type_name -> gorpc.Page
+	184, // 217: gorpc.AreaParamListReq.vo:type_name -> gorpc.AreaParamVo
+	184, // 218: gorpc.AreaParamListResp.list:type_name -> gorpc.AreaParamVo
+	2,   // 219: gorpc.NationalLanguageVo.status:type_name -> gorpc.Status
+	10,  // 220: gorpc.NationalLanguageListReq.page:type_name -> gorpc.Page
+	187, // 221: gorpc.NationalLanguageListReq.vo:type_name -> gorpc.NationalLanguageVo
+	187, // 222: gorpc.NationalLanguageListResp.list:type_name -> gorpc.NationalLanguageVo
+	151, // 223: gorpc.TipVo.i18ns:type_name -> gorpc.I18nVo
+	190, // 224: gorpc.TipGetReq.vo:type_name -> gorpc.TipVo
+	10,  // 225: gorpc.TipListReq.page:type_name -> gorpc.Page
+	190, // 226: gorpc.TipListReq.vo:type_name -> gorpc.TipVo
+	190, // 227: gorpc.TipListResp.list:type_name -> gorpc.TipVo
+	2,   // 228: gorpc.DictVo.status:type_name -> gorpc.Status
+	194, // 229: gorpc.DictGetReq.vo:type_name -> gorpc.DictVo
+	10,  // 230: gorpc.DictListReq.page:type_name -> gorpc.Page
+	194, // 231: gorpc.DictListReq.vo:type_name -> gorpc.DictVo
+	194, // 232: gorpc.DictListResp.list:type_name -> gorpc.DictVo
+	2,   // 233: gorpc.UpgradePkgPlanVo.status:type_name -> gorpc.Status
+	10,  // 234: gorpc.UpgradePkgPlanListReq.page:type_name -> gorpc.Page
+	198, // 235: gorpc.UpgradePkgPlanListReq.vo:type_name -> gorpc.UpgradePkgPlanVo
+	198, // 236: gorpc.UpgradePkgPlanListResp.list:type_name -> gorpc.UpgradePkgPlanVo
+	2,   // 237: gorpc.UpgradePkgPlanDetailVo.status:type_name -> gorpc.Status
+	10,  // 238: gorpc.UpgradePkgPlanDetailListReq.page:type_name -> gorpc.Page
+	201, // 239: gorpc.UpgradePkgPlanDetailListReq.vo:type_name -> gorpc.UpgradePkgPlanDetailVo
+	201, // 240: gorpc.UpgradePkgPlanDetailListResp.list:type_name -> gorpc.UpgradePkgPlanDetailVo
+	2,   // 241: gorpc.UpgradeResPlanVo.status:type_name -> gorpc.Status
+	10,  // 242: gorpc.UpgradeResPlanListReq.page:type_name -> gorpc.Page
+	204, // 243: gorpc.UpgradeResPlanListReq.vo:type_name -> gorpc.UpgradeResPlanVo
+	204, // 244: gorpc.UpgradeResPlanListResp.list:type_name -> gorpc.UpgradeResPlanVo
+	2,   // 245: gorpc.UpgradeResPlanDetailVo.status:type_name -> gorpc.Status
+	10,  // 246: gorpc.UpgradeResPlanDetailListReq.page:type_name -> gorpc.Page
+	207, // 247: gorpc.UpgradeResPlanDetailListReq.vo:type_name -> gorpc.UpgradeResPlanDetailVo
+	207, // 248: gorpc.UpgradeResPlanDetailListResp.list:type_name -> gorpc.UpgradeResPlanDetailVo
+	2,   // 249: gorpc.AdPlanVo.status:type_name -> gorpc.Status
+	10,  // 250: gorpc.AdPlanListReq.page:type_name -> gorpc.Page
+	210, // 251: gorpc.AdPlanListReq.vo:type_name -> gorpc.AdPlanVo
+	210, // 252: gorpc.AdPlanListResp.list:type_name -> gorpc.AdPlanVo
+	2,   // 253: gorpc.AdPlanDetailVo.status:type_name -> gorpc.Status
+	10,  // 254: gorpc.AdPlanDetailListReq.page:type_name -> gorpc.Page
+	213, // 255: gorpc.AdPlanDetailListReq.vo:type_name -> gorpc.AdPlanDetailVo
+	213, // 256: gorpc.AdPlanDetailListResp.list:type_name -> gorpc.AdPlanDetailVo
+	218, // 257: gorpc.JobBatchWithTasksVo.jobBatch:type_name -> gorpc.JobBatchVo
+	224, // 258: gorpc.JobBatchWithTasksVo.jobTasks:type_name -> gorpc.JobTasksVo
+	10,  // 259: gorpc.JobBatchListReq.page:type_name -> gorpc.Page
+	218, // 260: gorpc.JobBatchListReq.vo:type_name -> gorpc.JobBatchVo
+	220, // 261: gorpc.JobBatchListReq.startedTimeRange:type_name -> gorpc.TimeRange
+	220, // 262: gorpc.JobBatchListReq.finishedTimeRange:type_name -> gorpc.TimeRange
+	218, // 263: gorpc.JobBatchListResp.list:type_name -> gorpc.JobBatchVo
+	219, // 264: gorpc.JobBatchListWithTasksResp.list:type_name -> gorpc.JobBatchWithTasksVo
+	10,  // 265: gorpc.JobTasksListReq.page:type_name -> gorpc.Page
+	224, // 266: gorpc.JobTasksListReq.vo:type_name -> gorpc.JobTasksVo
+	220, // 267: gorpc.JobTasksListReq.startedTimeRange:type_name -> gorpc.TimeRange
+	220, // 268: gorpc.JobTasksListReq.finishedTimeRange:type_name -> gorpc.TimeRange
+	224, // 269: gorpc.JobTasksListResp.list:type_name -> gorpc.JobTasksVo
+	2,   // 270: gorpc.DeployConfigVo.status:type_name -> gorpc.Status
+	10,  // 271: gorpc.DeployConfigListReq.page:type_name -> gorpc.Page
+	227, // 272: gorpc.DeployConfigListReq.vo:type_name -> gorpc.DeployConfigVo
+	227, // 273: gorpc.DeployConfigListResp.list:type_name -> gorpc.DeployConfigVo
+	10,  // 274: gorpc.OperationLogListReq.page:type_name -> gorpc.Page
+	230, // 275: gorpc.OperationLogListReq.vo:type_name -> gorpc.OperationLogVo
+	230, // 276: gorpc.OperationLogListResp.list:type_name -> gorpc.OperationLogVo
+	2,   // 277: gorpc.AnnouncePlanVo.status:type_name -> gorpc.Status
+	10,  // 278: gorpc.AnnouncePlanListReq.page:type_name -> gorpc.Page
+	233, // 279: gorpc.AnnouncePlanListReq.vo:type_name -> gorpc.AnnouncePlanVo
+	233, // 280: gorpc.AnnouncePlanListResp.list:type_name -> gorpc.AnnouncePlanVo
+	2,   // 281: gorpc.AnnouncePlanDetailVo.status:type_name -> gorpc.Status
+	10,  // 282: gorpc.AnnouncePlanDetailListReq.page:type_name -> gorpc.Page
+	236, // 283: gorpc.AnnouncePlanDetailListReq.vo:type_name -> gorpc.AnnouncePlanDetailVo
+	236, // 284: gorpc.AnnouncePlanDetailListResp.list:type_name -> gorpc.AnnouncePlanDetailVo
+	10,  // 285: gorpc.MessagePushListReq.page:type_name -> gorpc.Page
+	239, // 286: gorpc.MessagePushListReq.vo:type_name -> gorpc.MessagePushVo
+	239, // 287: gorpc.MessagePushListResp.list:type_name -> gorpc.MessagePushVo
+	2,   // 288: gorpc.ShortDramaEpisodeVo.status:type_name -> gorpc.Status
+	242, // 289: gorpc.ShortDramaEpisodeGetReq.vo:type_name -> gorpc.ShortDramaEpisodeVo
+	10,  // 290: gorpc.ShortDramaEpisodeListReq.page:type_name -> gorpc.Page
+	242, // 291: gorpc.ShortDramaEpisodeListReq.vo:type_name -> gorpc.ShortDramaEpisodeVo
+	242, // 292: gorpc.ShortDramaEpisodeListResp.list:type_name -> gorpc.ShortDramaEpisodeVo
+	242, // 293: gorpc.ShortDramaEpisodeBatchAddReq.episodes:type_name -> gorpc.ShortDramaEpisodeVo
+	248, // 294: gorpc.ShortDramaVo.shortDramaLanguages:type_name -> gorpc.ShortDramaLanguageVo
+	249, // 295: gorpc.ShortDramaGetReq.vo:type_name -> gorpc.ShortDramaVo
+	10,  // 296: gorpc.ShortDramaListReq.page:type_name -> gorpc.Page
+	249, // 297: gorpc.ShortDramaListReq.vo:type_name -> gorpc.ShortDramaVo
+	249, // 298: gorpc.ShortDramaListResp.list:type_name -> gorpc.ShortDramaVo
+	10,  // 299: gorpc.ShortDramaLanguageListReq.page:type_name -> gorpc.Page
+	248, // 300: gorpc.ShortDramaLanguageListReq.vo:type_name -> gorpc.ShortDramaLanguageVo
+	248, // 301: gorpc.ShortDramaLanguageListResp.list:type_name -> gorpc.ShortDramaLanguageVo
+	10,  // 302: gorpc.ShortDramaEpisodeCountReq.page:type_name -> gorpc.Page
+	2,   // 303: gorpc.ShortDramaEpisodeCountReq.status:type_name -> gorpc.Status
+	255, // 304: gorpc.ShortDramaEpisodeCountResp.list:type_name -> gorpc.ShortDramaEpisodeCountVo
+	262, // 305: gorpc.ShortDramaFindIdsWithCopyrightResp.list:type_name -> gorpc.ShortDramaCopyrightInfoVo
+	10,  // 306: gorpc.ShortDramaStatsPlaysTotalListReq.page:type_name -> gorpc.Page
+	265, // 307: gorpc.ShortDramaStatsPlaysTotalListResp.list:type_name -> gorpc.ShortDramaStatsPlaysTotalVo
+	249, // 308: gorpc.FindSchedulePublishListResp.list:type_name -> gorpc.ShortDramaVo
+	3,   // 309: gorpc.SysUserVo.isSuperAdmin:type_name -> gorpc.BoolInt
+	2,   // 310: gorpc.SysUserVo.status:type_name -> gorpc.Status
+	2,   // 311: gorpc.SysRoleVo.status:type_name -> gorpc.Status
+	2,   // 312: gorpc.SysPermVo.status:type_name -> gorpc.Status
+	271, // 313: gorpc.SysUserWithRoleIdsAndPermRules.user:type_name -> gorpc.SysUserVo
+	277, // 314: gorpc.SysUserWithRoleIdsAndPermRules.permRules:type_name -> gorpc.SysPermRule
+	271, // 315: gorpc.SysUserWithRolesAndPerms.user:type_name -> gorpc.SysUserVo
+	272, // 316: gorpc.SysUserWithRolesAndPerms.roles:type_name -> gorpc.SysRoleVo
+	273, // 317: gorpc.SysUserWithRolesAndPerms.perms:type_name -> gorpc.SysPermVo
+	271, // 318: gorpc.SysUserGetReq.vo:type_name -> gorpc.SysUserVo
+	10,  // 319: gorpc.SysUserListReq.page:type_name -> gorpc.Page
+	271, // 320: gorpc.SysUserListReq.vo:type_name -> gorpc.SysUserVo
+	271, // 321: gorpc.SysUserListResp.list:type_name -> gorpc.SysUserVo
+	279, // 322: gorpc.SysUserListWithRolesAndPermsResp.list:type_name -> gorpc.SysUserWithRolesAndPerms
+	272, // 323: gorpc.SysRoleWithPermIds.role:type_name -> gorpc.SysRoleVo
+	272, // 324: gorpc.SysRoleWithPerms.role:type_name -> gorpc.SysRoleVo
+	273, // 325: gorpc.SysRoleWithPerms.perms:type_name -> gorpc.SysPermVo
+	272, // 326: gorpc.SysRoleGetReq.vo:type_name -> gorpc.SysRoleVo
+	10,  // 327: gorpc.SysRoleListReq.page:type_name -> gorpc.Page
+	272, // 328: gorpc.SysRoleListReq.vo:type_name -> gorpc.SysRoleVo
+	272, // 329: gorpc.SysRoleListResp.list:type_name -> gorpc.SysRoleVo
+	285, // 330: gorpc.SysRoleListWithPermsResp.list:type_name -> gorpc.SysRoleWithPerms
+	273, // 331: gorpc.SysPermGetReq.vo:type_name -> gorpc.SysPermVo
+	10,  // 332: gorpc.SysPermListReq.page:type_name -> gorpc.Page
+	273, // 333: gorpc.SysPermListReq.vo:type_name -> gorpc.SysPermVo
+	273, // 334: gorpc.SysPermListResp.list:type_name -> gorpc.SysPermVo
+	274, // 335: gorpc.SysUserRoleGetReq.vo:type_name -> gorpc.SysUserRoleVo
+	10,  // 336: gorpc.SysUserRoleListReq.page:type_name -> gorpc.Page
+	274, // 337: gorpc.SysUserRoleListReq.vo:type_name -> gorpc.SysUserRoleVo
+	274, // 338: gorpc.SysUserRoleListResp.list:type_name -> gorpc.SysUserRoleVo
+	275, // 339: gorpc.SysRolePermGetReq.vo:type_name -> gorpc.SysRolePermVo
+	10,  // 340: gorpc.SysRolePermListReq.page:type_name -> gorpc.Page
+	275, // 341: gorpc.SysRolePermListReq.vo:type_name -> gorpc.SysRolePermVo
+	275, // 342: gorpc.SysRolePermListResp.list:type_name -> gorpc.SysRolePermVo
+	276, // 343: gorpc.SysUserPermGetReq.vo:type_name -> gorpc.SysUserPermVo
+	10,  // 344: gorpc.SysUserPermListReq.page:type_name -> gorpc.Page
+	276, // 345: gorpc.SysUserPermListReq.vo:type_name -> gorpc.SysUserPermVo
+	276, // 346: gorpc.SysUserPermListResp.list:type_name -> gorpc.SysUserPermVo
+	4,   // 347: gorpc.UserWhiteVo.userType:type_name -> gorpc.UserType
+	2,   // 348: gorpc.UserWhiteVo.status:type_name -> gorpc.Status
+	4,   // 349: gorpc.UserTestVo.userType:type_name -> gorpc.UserType
+	2,   // 350: gorpc.UserTestVo.status:type_name -> gorpc.Status
+	3,   // 351: gorpc.AccountVo.whitelistUser:type_name -> gorpc.BoolInt
+	3,   // 352: gorpc.AccountVo.activated:type_name -> gorpc.BoolInt
+	2,   // 353: gorpc.AccountVo.status:type_name -> gorpc.Status
+	10,  // 354: gorpc.AccountListReq.page:type_name -> gorpc.Page
+	304, // 355: gorpc.AccountListReq.vo:type_name -> gorpc.AccountVo
+	304, // 356: gorpc.AccountListResp.list:type_name -> gorpc.AccountVo
+	10,  // 357: gorpc.AccountDeviceListReq.page:type_name -> gorpc.Page
+	307, // 358: gorpc.AccountDeviceListReq.vo:type_name -> gorpc.AccountDeviceVo
+	307, // 359: gorpc.AccountDeviceListResp.list:type_name -> gorpc.AccountDeviceVo
+	10,  // 360: gorpc.UserWhiteListReq.page:type_name -> gorpc.Page
+	302, // 361: gorpc.UserWhiteListReq.vo:type_name -> gorpc.UserWhiteVo
+	302, // 362: gorpc.UserWhiteListResp.list:type_name -> gorpc.UserWhiteVo
+	302, // 363: gorpc.UserWhiteAddReq.vo:type_name -> gorpc.UserWhiteVo
+	302, // 364: gorpc.UserWhiteAddResp.vo:type_name -> gorpc.UserWhiteVo
+	302, // 365: gorpc.UserWhiteGetReq.vo:type_name -> gorpc.UserWhiteVo
+	302, // 366: gorpc.UserWhiteGetResp.vo:type_name -> gorpc.UserWhiteVo
+	302, // 367: gorpc.UserWhiteUpdateReq.vo:type_name -> gorpc.UserWhiteVo
+	302, // 368: gorpc.UserWhiteUpdateResp.vo:type_name -> gorpc.UserWhiteVo
+	10,  // 369: gorpc.UserTestListReq.page:type_name -> gorpc.Page
+	303, // 370: gorpc.UserTestListReq.vo:type_name -> gorpc.UserTestVo
+	303, // 371: gorpc.UserTestListResp.list:type_name -> gorpc.UserTestVo
+	303, // 372: gorpc.UserTestAddReq.vo:type_name -> gorpc.UserTestVo
+	303, // 373: gorpc.UserTestAddResp.vo:type_name -> gorpc.UserTestVo
+	303, // 374: gorpc.UserTestGetReq.vo:type_name -> gorpc.UserTestVo
+	303, // 375: gorpc.UserTestGetResp.vo:type_name -> gorpc.UserTestVo
+	303, // 376: gorpc.UserTestUpdateReq.vo:type_name -> gorpc.UserTestVo
+	303, // 377: gorpc.UserTestUpdateResp.vo:type_name -> gorpc.UserTestVo
+	2,   // 378: gorpc.UserServiceVo.status:type_name -> gorpc.Status
+	328, // 379: gorpc.UserServiceAddReq.vo:type_name -> gorpc.UserServiceVo
+	328, // 380: gorpc.UserServiceAddResp.vo:type_name -> gorpc.UserServiceVo
+	328, // 381: gorpc.UserServiceUpdateReq.vo:type_name -> gorpc.UserServiceVo
+	328, // 382: gorpc.UserServiceUpdateResp.vo:type_name -> gorpc.UserServiceVo
+	328, // 383: gorpc.UserServiceGetReq.vo:type_name -> gorpc.UserServiceVo
+	328, // 384: gorpc.UserServiceGetResp.vo:type_name -> gorpc.UserServiceVo
+	10,  // 385: gorpc.UserServiceListReq.page:type_name -> gorpc.Page
+	328, // 386: gorpc.UserServiceListReq.vo:type_name -> gorpc.UserServiceVo
+	328, // 387: gorpc.UserServiceListResp.list:type_name -> gorpc.UserServiceVo
+	2,   // 388: gorpc.DeviceVo.status:type_name -> gorpc.Status
+	10,  // 389: gorpc.DeviceListReq.page:type_name -> gorpc.Page
+	338, // 390: gorpc.DeviceListReq.vo:type_name -> gorpc.DeviceVo
+	338, // 391: gorpc.DeviceListRes.list:type_name -> gorpc.DeviceVo
+	2,   // 392: gorpc.UserAppConfigVo.status:type_name -> gorpc.Status
+	341, // 393: gorpc.UserAppConfigGetReq.vo:type_name -> gorpc.UserAppConfigVo
+	10,  // 394: gorpc.UserAppConfigListReq.page:type_name -> gorpc.Page
+	341, // 395: gorpc.UserAppConfigListReq.vo:type_name -> gorpc.UserAppConfigVo
+	341, // 396: gorpc.UserAppConfigListRes.list:type_name -> gorpc.UserAppConfigVo
+	2,   // 397: gorpc.UserVo.status:type_name -> gorpc.Status
+	345, // 398: gorpc.UserAddReq.vo:type_name -> gorpc.UserVo
+	345, // 399: gorpc.UserAddResp.vo:type_name -> gorpc.UserVo
+	345, // 400: gorpc.UserUpdateReq.vo:type_name -> gorpc.UserVo
+	345, // 401: gorpc.UserUpdateResp.vo:type_name -> gorpc.UserVo
+	345, // 402: gorpc.UserGetReq.vo:type_name -> gorpc.UserVo
+	345, // 403: gorpc.UserGetResp.vo:type_name -> gorpc.UserVo
+	10,  // 404: gorpc.UserListReq.page:type_name -> gorpc.Page
+	345, // 405: gorpc.UserListReq.vo:type_name -> gorpc.UserVo
+	345, // 406: gorpc.UserListResp.list:type_name -> gorpc.UserVo
+	2,   // 407: gorpc.UserCredentialVo.status:type_name -> gorpc.Status
+	355, // 408: gorpc.UserCredentialAddReq.vo:type_name -> gorpc.UserCredentialVo
+	355, // 409: gorpc.UserCredentialAddResp.vo:type_name -> gorpc.UserCredentialVo
+	355, // 410: gorpc.UserCredentialUpdateReq.vo:type_name -> gorpc.UserCredentialVo
+	355, // 411: gorpc.UserCredentialUpdateResp.vo:type_name -> gorpc.UserCredentialVo
+	355, // 412: gorpc.UserCredentialGetReq.vo:type_name -> gorpc.UserCredentialVo
+	355, // 413: gorpc.UserCredentialGetResp.vo:type_name -> gorpc.UserCredentialVo
+	10,  // 414: gorpc.UserCredentialListReq.page:type_name -> gorpc.Page
+	355, // 415: gorpc.UserCredentialListReq.vo:type_name -> gorpc.UserCredentialVo
+	355, // 416: gorpc.UserCredentialListResp.list:type_name -> gorpc.UserCredentialVo
+	2,   // 417: gorpc.UserDeviceVo.status:type_name -> gorpc.Status
+	365, // 418: gorpc.UserDeviceAddReq.vo:type_name -> gorpc.UserDeviceVo
+	365, // 419: gorpc.UserDeviceAddResp.vo:type_name -> gorpc.UserDeviceVo
+	365, // 420: gorpc.UserDeviceUpdateReq.vo:type_name -> gorpc.UserDeviceVo
+	365, // 421: gorpc.UserDeviceUpdateResp.vo:type_name -> gorpc.UserDeviceVo
+	365, // 422: gorpc.UserDeviceGetReq.vo:type_name -> gorpc.UserDeviceVo
+	365, // 423: gorpc.UserDeviceGetResp.vo:type_name -> gorpc.UserDeviceVo
+	10,  // 424: gorpc.UserDeviceListReq.page:type_name -> gorpc.Page
+	365, // 425: gorpc.UserDeviceListReq.vo:type_name -> gorpc.UserDeviceVo
+	365, // 426: gorpc.UserDeviceListResp.list:type_name -> gorpc.UserDeviceVo
+	2,   // 427: gorpc.VpnTagVo.status:type_name -> gorpc.Status
+	375, // 428: gorpc.VpnTagGetReq.vo:type_name -> gorpc.VpnTagVo
+	10,  // 429: gorpc.VpnTagListReq.page:type_name -> gorpc.Page
+	375, // 430: gorpc.VpnTagListReq.vo:type_name -> gorpc.VpnTagVo
+	375, // 431: gorpc.VpnTagListResp.list:type_name -> gorpc.VpnTagVo
+	375, // 432: gorpc.VpnTagBatchAddReq.list:type_name -> gorpc.VpnTagVo
+	375, // 433: gorpc.VpnTagBatchAddResp.list:type_name -> gorpc.VpnTagVo
+	375, // 434: gorpc.VpnTagBatchUpdateReq.list:type_name -> gorpc.VpnTagVo
+	375, // 435: gorpc.VpnTagBatchUpdateResp.list:type_name -> gorpc.VpnTagVo
+	2,   // 436: gorpc.VpnGroupVo.status:type_name -> gorpc.Status
+	384, // 437: gorpc.VpnGroupExVo.vo:type_name -> gorpc.VpnGroupVo
+	384, // 438: gorpc.VpnGroupAddReq.vo:type_name -> gorpc.VpnGroupVo
+	384, // 439: gorpc.VpnGroupGetReq.vo:type_name -> gorpc.VpnGroupVo
+	10,  // 440: gorpc.VpnGroupListReq.page:type_name -> gorpc.Page
+	384, // 441: gorpc.VpnGroupListReq.vo:type_name -> gorpc.VpnGroupVo
+	384, // 442: gorpc.VpnGroupListResp.list:type_name -> gorpc.VpnGroupVo
+	385, // 443: gorpc.VpnGroupBatchAddReq.list:type_name -> gorpc.VpnGroupExVo
+	385, // 444: gorpc.VpnGroupBatchAddResp.list:type_name -> gorpc.VpnGroupExVo
+	385, // 445: gorpc.VpnGroupBatchUpdateReq.list:type_name -> gorpc.VpnGroupExVo
+	385, // 446: gorpc.VpnGroupBatchUpdateResp.list:type_name -> gorpc.VpnGroupExVo
+	10,  // 447: gorpc.VpnGroupTagListReq.page:type_name -> gorpc.Page
+	395, // 448: gorpc.VpnGroupTagListReq.vo:type_name -> gorpc.VpnGroupTagVo
+	395, // 449: gorpc.VpnGroupTagListResp.list:type_name -> gorpc.VpnGroupTagVo
+	2,   // 450: gorpc.VpnLocationVo.status:type_name -> gorpc.Status
+	398, // 451: gorpc.VpnLocationExVo.vo:type_name -> gorpc.VpnLocationVo
+	398, // 452: gorpc.VpnLocationGetReq.vo:type_name -> gorpc.VpnLocationVo
+	10,  // 453: gorpc.VpnLocationListReq.page:type_name -> gorpc.Page
+	399, // 454: gorpc.VpnLocationListReq.vo:type_name -> gorpc.VpnLocationExVo
+	399, // 455: gorpc.VpnLocationListResp.list:type_name -> gorpc.VpnLocationExVo
+	398, // 456: gorpc.VpnLocationBatchAddReq.list:type_name -> gorpc.VpnLocationVo
+	399, // 457: gorpc.VpnLocationBatchAddResp.list:type_name -> gorpc.VpnLocationExVo
+	398, // 458: gorpc.VpnLocationBatchUpdateReq.list:type_name -> gorpc.VpnLocationVo
+	399, // 459: gorpc.VpnLocationBatchUpdateResp.list:type_name -> gorpc.VpnLocationExVo
+	2,   // 460: gorpc.VpnServerVo.status:type_name -> gorpc.Status
+	408, // 461: gorpc.VpnServerExVo.vo:type_name -> gorpc.VpnServerVo
+	10,  // 462: gorpc.VpnServerListReq.page:type_name -> gorpc.Page
+	408, // 463: gorpc.VpnServerListReq.vo:type_name -> gorpc.VpnServerVo
+	408, // 464: gorpc.VpnServerListResp.list:type_name -> gorpc.VpnServerVo
+	409, // 465: gorpc.VpnServerExListResp.list:type_name -> gorpc.VpnServerExVo
+	408, // 466: gorpc.VpnServerAddReq.vo:type_name -> gorpc.VpnServerVo
+	409, // 467: gorpc.VpnServerBatchAddReq.list:type_name -> gorpc.VpnServerExVo
+	409, // 468: gorpc.VpnServerBatchAddResp.list:type_name -> gorpc.VpnServerExVo
+	409, // 469: gorpc.VpnServerBatchUpdateReq.list:type_name -> gorpc.VpnServerExVo
+	409, // 470: gorpc.VpnServerBatchUpdateResp.list:type_name -> gorpc.VpnServerExVo
+	2,   // 471: gorpc.VpnServerLocationVo.status:type_name -> gorpc.Status
+	10,  // 472: gorpc.VpnServerLocationListReq.page:type_name -> gorpc.Page
+	419, // 473: gorpc.VpnServerLocationListReq.vo:type_name -> gorpc.VpnServerLocationVo
+	419, // 474: gorpc.VpnServerLocationListResp.list:type_name -> gorpc.VpnServerLocationVo
+	10,  // 475: gorpc.VpnLocationServerCountReq.page:type_name -> gorpc.Page
+	2,   // 476: gorpc.VpnLocationServerCountReq.status:type_name -> gorpc.Status
+	422, // 477: gorpc.VpnLocationServerCountResp.list:type_name -> gorpc.VpnLocationServerCountVo
+	10,  // 478: gorpc.VpnProbeTaskListReq.page:type_name -> gorpc.Page
+	425, // 479: gorpc.VpnProbeTaskListReq.vo:type_name -> gorpc.VpnProbeTaskVo
+	425, // 480: gorpc.VpnProbeTaskListResp.list:type_name -> gorpc.VpnProbeTaskVo
+	408, // 481: gorpc.VpnWithIPAndPortResp.list:type_name -> gorpc.VpnServerVo
+	430, // 482: gorpc.VpnipWalledAddReq.vo:type_name -> gorpc.VpnipWalledVo
+	430, // 483: gorpc.VpnipWalledAddResp.vo:type_name -> gorpc.VpnipWalledVo
+	430, // 484: gorpc.VpnipWalledUpdateReq.vo:type_name -> gorpc.VpnipWalledVo
+	430, // 485: gorpc.VpnipWalledUpdateResp.vo:type_name -> gorpc.VpnipWalledVo
+	430, // 486: gorpc.VpnipWalledGetReq.vo:type_name -> gorpc.VpnipWalledVo
+	430, // 487: gorpc.VpnipWalledGetResp.vo:type_name -> gorpc.VpnipWalledVo
+	10,  // 488: gorpc.VpnipWalledListReq.page:type_name -> gorpc.Page
+	430, // 489: gorpc.VpnipWalledListReq.vo:type_name -> gorpc.VpnipWalledVo
+	430, // 490: gorpc.VpnipWalledListResp.list:type_name -> gorpc.VpnipWalledVo
+	430, // 491: gorpc.VpnipWalledBatchAddReq.list:type_name -> gorpc.VpnipWalledVo
+	430, // 492: gorpc.VpnipWalledBatchAddResp.list:type_name -> gorpc.VpnipWalledVo
+	430, // 493: gorpc.VpnipWalledBatchUpdateReq.list:type_name -> gorpc.VpnipWalledVo
+	430, // 494: gorpc.VpnipWalledBatchUpdateResp.list:type_name -> gorpc.VpnipWalledVo
+	2,   // 495: gorpc.VpnipVo.status:type_name -> gorpc.Status
+	443, // 496: gorpc.VpnipExVo.vo:type_name -> gorpc.VpnipVo
+	430, // 497: gorpc.VpnipExVo.walledInfos:type_name -> gorpc.VpnipWalledVo
+	443, // 498: gorpc.VpnipAddReq.vo:type_name -> gorpc.VpnipVo
+	443, // 499: gorpc.VpnipAddResp.vo:type_name -> gorpc.VpnipVo
+	444, // 500: gorpc.VpnipExAddReq.vo:type_name -> gorpc.VpnipExVo
+	444, // 501: gorpc.VpnipExAddResp.vo:type_name -> gorpc.VpnipExVo
+	443, // 502: gorpc.VpnipUpdateReq.vo:type_name -> gorpc.VpnipVo
+	443, // 503: gorpc.VpnipUpdateResp.vo:type_name -> gorpc.VpnipVo
+	444, // 504: gorpc.VpnipExUpdateReq.vo:type_name -> gorpc.VpnipExVo
+	444, // 505: gorpc.VpnipExUpdateResp.vo:type_name -> gorpc.VpnipExVo
+	443, // 506: gorpc.VpnipGetReq.vo:type_name -> gorpc.VpnipVo
+	443, // 507: gorpc.VpnipGetResp.vo:type_name -> gorpc.VpnipVo
+	444, // 508: gorpc.VpnipExGetResp.vo:type_name -> gorpc.VpnipExVo
+	10,  // 509: gorpc.VpnipListReq.page:type_name -> gorpc.Page
+	443, // 510: gorpc.VpnipListReq.vo:type_name -> gorpc.VpnipVo
+	443, // 511: gorpc.VpnipListResp.list:type_name -> gorpc.VpnipVo
+	444, // 512: gorpc.VpnipExListResp.list:type_name -> gorpc.VpnipExVo
+	443, // 513: gorpc.VpnipBatchAddReq.list:type_name -> gorpc.VpnipVo
+	443, // 514: gorpc.VpnipBatchAddResp.list:type_name -> gorpc.VpnipVo
+	443, // 515: gorpc.VpnipBatchUpdateReq.list:type_name -> gorpc.VpnipVo
+	443, // 516: gorpc.VpnipBatchUpdateResp.list:type_name -> gorpc.VpnipVo
+	444, // 517: gorpc.VpnipExBatchAddReq.list:type_name -> gorpc.VpnipExVo
+	444, // 518: gorpc.VpnipExBatchAddResp.list:type_name -> gorpc.VpnipExVo
+	444, // 519: gorpc.VpnipExBatchUpdateReq.list:type_name -> gorpc.VpnipExVo
+	444, // 520: gorpc.VpnipExBatchUpdateResp.list:type_name -> gorpc.VpnipExVo
+	2,   // 521: gorpc.VpnipRangeVo.status:type_name -> gorpc.Status
+	467, // 522: gorpc.VpnipRangeExVo.vo:type_name -> gorpc.VpnipRangeVo
+	443, // 523: gorpc.VpnipRangeExVo.ipInfos:type_name -> gorpc.VpnipVo
+	467, // 524: gorpc.VpnipRangeAddReq.vo:type_name -> gorpc.VpnipRangeVo
+	467, // 525: gorpc.VpnipRangeAddResp.vo:type_name -> gorpc.VpnipRangeVo
+	468, // 526: gorpc.VpnipRangeExAddReq.vo:type_name -> gorpc.VpnipRangeExVo
+	468, // 527: gorpc.VpnipRangeExAddResp.vo:type_name -> gorpc.VpnipRangeExVo
+	467, // 528: gorpc.VpnipRangeUpdateReq.vo:type_name -> gorpc.VpnipRangeVo
+	467, // 529: gorpc.VpnipRangeUpdateResp.vo:type_name -> gorpc.VpnipRangeVo
+	468, // 530: gorpc.VpnipRangeExUpdateReq.vo:type_name -> gorpc.VpnipRangeExVo
+	468, // 531: gorpc.VpnipRangeExUpdateResp.vo:type_name -> gorpc.VpnipRangeExVo
+	467, // 532: gorpc.VpnipRangeGetReq.vo:type_name -> gorpc.VpnipRangeVo
+	467, // 533: gorpc.VpnipRangeGetResp.vo:type_name -> gorpc.VpnipRangeVo
+	468, // 534: gorpc.VpnipRangeExGetResp.vo:type_name -> gorpc.VpnipRangeExVo
+	10,  // 535: gorpc.VpnipRangeListReq.page:type_name -> gorpc.Page
+	467, // 536: gorpc.VpnipRangeListReq.vo:type_name -> gorpc.VpnipRangeVo
+	467, // 537: gorpc.VpnipRangeListResp.list:type_name -> gorpc.VpnipRangeVo
+	468, // 538: gorpc.VpnipRangeExListResp.list:type_name -> gorpc.VpnipRangeExVo
+	467, // 539: gorpc.VpnipRangeBatchAddReq.list:type_name -> gorpc.VpnipRangeVo
+	467, // 540: gorpc.VpnipRangeBatchAddResp.list:type_name -> gorpc.VpnipRangeVo
+	467, // 541: gorpc.VpnipRangeBatchUpdateReq.list:type_name -> gorpc.VpnipRangeVo
+	467, // 542: gorpc.VpnipRangeBatchUpdateResp.list:type_name -> gorpc.VpnipRangeVo
+	468, // 543: gorpc.VpnipRangeExBatchAddReq.list:type_name -> gorpc.VpnipRangeExVo
+	468, // 544: gorpc.VpnipRangeExBatchAddResp.list:type_name -> gorpc.VpnipRangeExVo
+	468, // 545: gorpc.VpnipRangeExBatchUpdateReq.list:type_name -> gorpc.VpnipRangeExVo
+	468, // 546: gorpc.VpnipRangeExBatchUpdateResp.list:type_name -> gorpc.VpnipRangeExVo
+	491, // 547: gorpc.VpnipBindAddReq.vo:type_name -> gorpc.VpnipBindVo
+	491, // 548: gorpc.VpnipBindAddResp.vo:type_name -> gorpc.VpnipBindVo
+	491, // 549: gorpc.VpnipBindUpdateReq.vo:type_name -> gorpc.VpnipBindVo
+	491, // 550: gorpc.VpnipBindUpdateResp.vo:type_name -> gorpc.VpnipBindVo
+	491, // 551: gorpc.VpnipBindGetReq.vo:type_name -> gorpc.VpnipBindVo
+	491, // 552: gorpc.VpnipBindGetResp.vo:type_name -> gorpc.VpnipBindVo
+	10,  // 553: gorpc.VpnipBindListReq.page:type_name -> gorpc.Page
+	491, // 554: gorpc.VpnipBindListReq.vo:type_name -> gorpc.VpnipBindVo
+	491, // 555: gorpc.VpnipBindListResp.list:type_name -> gorpc.VpnipBindVo
+	491, // 556: gorpc.VpnipBindBatchAddReq.list:type_name -> gorpc.VpnipBindVo
+	491, // 557: gorpc.VpnipBindBatchAddResp.list:type_name -> gorpc.VpnipBindVo
+	491, // 558: gorpc.VpnipBindBatchUpdateReq.list:type_name -> gorpc.VpnipBindVo
+	491, // 559: gorpc.VpnipBindBatchUpdateResp.list:type_name -> gorpc.VpnipBindVo
+	2,   // 560: gorpc.VpnConfigTemplatePlanVo.status:type_name -> gorpc.Status
+	2,   // 561: gorpc.VpnConfigTemplatePlanDetailVo.status:type_name -> gorpc.Status
+	504, // 562: gorpc.VpnConfigTemplatePlanAddReq.plan:type_name -> gorpc.VpnConfigTemplatePlanVo
+	505, // 563: gorpc.VpnConfigTemplatePlanAddReq.details:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	504, // 564: gorpc.VpnConfigTemplatePlanAddResp.plan:type_name -> gorpc.VpnConfigTemplatePlanVo
+	505, // 565: gorpc.VpnConfigTemplatePlanAddResp.details:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	504, // 566: gorpc.VpnConfigTemplatePlanUpdateReq.vo:type_name -> gorpc.VpnConfigTemplatePlanVo
+	504, // 567: gorpc.VpnConfigTemplatePlanUpdateResp.plan:type_name -> gorpc.VpnConfigTemplatePlanVo
+	505, // 568: gorpc.VpnConfigTemplatePlanUpdateResp.details:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	504, // 569: gorpc.VpnConfigTemplatePlanGetReq.vo:type_name -> gorpc.VpnConfigTemplatePlanVo
+	504, // 570: gorpc.VpnConfigTemplatePlanGetResp.plan:type_name -> gorpc.VpnConfigTemplatePlanVo
+	505, // 571: gorpc.VpnConfigTemplatePlanGetResp.details:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	10,  // 572: gorpc.VpnConfigTemplatePlanListReq.page:type_name -> gorpc.Page
+	504, // 573: gorpc.VpnConfigTemplatePlanListReq.vo:type_name -> gorpc.VpnConfigTemplatePlanVo
+	512, // 574: gorpc.VpnConfigTemplatePlanListResp.list:type_name -> gorpc.VpnConfigTemplatePlanGetResp
+	505, // 575: gorpc.VpnConfigTemplatePlanDetailAddReq.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	505, // 576: gorpc.VpnConfigTemplatePlanDetailAddResp.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	505, // 577: gorpc.VpnConfigTemplatePlanDetailUpdateReq.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	505, // 578: gorpc.VpnConfigTemplatePlanDetailUpdateResp.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	505, // 579: gorpc.VpnConfigTemplatePlanDetailGetReq.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	505, // 580: gorpc.VpnConfigTemplatePlanDetailGetResp.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	10,  // 581: gorpc.VpnConfigTemplatePlanDetailListReq.page:type_name -> gorpc.Page
+	505, // 582: gorpc.VpnConfigTemplatePlanDetailListReq.vo:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	505, // 583: gorpc.VpnConfigTemplatePlanDetailListResp.list:type_name -> gorpc.VpnConfigTemplatePlanDetailVo
+	19,  // 584: gorpc.GoGameClient.GameAdd:input_type -> gorpc.GameVo
+	19,  // 585: gorpc.GoGameClient.GameUpdate:input_type -> gorpc.GameVo
+	14,  // 586: gorpc.GoGameClient.GameDel:input_type -> gorpc.Ids
+	20,  // 587: gorpc.GoGameClient.GameGet:input_type -> gorpc.GameReq
+	21,  // 588: gorpc.GoGameClient.GameList:input_type -> gorpc.GameListReq
+	15,  // 589: gorpc.GoGameClient.GameAll:input_type -> gorpc.Request
+	31,  // 590: gorpc.GoGameClient.GameRedisHScanByName:input_type -> gorpc.GameRedisHScanByNameReq
+	23,  // 591: gorpc.GoGameClient.RelGameRankAdd:input_type -> gorpc.RelGameRankVo
+	23,  // 592: gorpc.GoGameClient.RelGameRankUpdate:input_type -> gorpc.RelGameRankVo
+	14,  // 593: gorpc.GoGameClient.RelGameRankDel:input_type -> gorpc.Ids
+	24,  // 594: gorpc.GoGameClient.RelGameRankGet:input_type -> gorpc.RelGameRankReq
+	25,  // 595: gorpc.GoGameClient.RelGameRankList:input_type -> gorpc.RelGameRankListReq
+	27,  // 596: gorpc.GoGameClient.RelGameVpnGroupAdd:input_type -> gorpc.RelGameVpnGroupVo
+	27,  // 597: gorpc.GoGameClient.RelGameVpnGroupUpdate:input_type -> gorpc.RelGameVpnGroupVo
+	14,  // 598: gorpc.GoGameClient.RelGameVpnGroupDel:input_type -> gorpc.Ids
+	28,  // 599: gorpc.GoGameClient.RelGameVpnGroupGet:input_type -> gorpc.RelGameVpnGroupReq
+	29,  // 600: gorpc.GoGameClient.RelGameVpnGroupList:input_type -> gorpc.RelGameVpnGroupListReq
+	34,  // 601: gorpc.GoGameClient.GameCustomerList:input_type -> gorpc.GameCustomerListReq
+	33,  // 602: gorpc.GoGameClient.GameCustomerAdd:input_type -> gorpc.GameCustomerVo
+	14,  // 603: gorpc.GoGameClient.GameCustomerDel:input_type -> gorpc.Ids
+	37,  // 604: gorpc.GoGameClient.GameCategoryAdd:input_type -> gorpc.GameCategoryVo
+	37,  // 605: gorpc.GoGameClient.GameCategoryUpdate:input_type -> gorpc.GameCategoryVo
+	14,  // 606: gorpc.GoGameClient.GameCategoryDel:input_type -> gorpc.Ids
+	38,  // 607: gorpc.GoGameClient.GameCategoryGet:input_type -> gorpc.GameCategoryReq
+	39,  // 608: gorpc.GoGameClient.GameCategoryList:input_type -> gorpc.GameCategoryListReq
+	15,  // 609: gorpc.GoGameClient.GameCategoryAll:input_type -> gorpc.Request
+	48,  // 610: gorpc.GoPlanClient.ServiceTypesAdd:input_type -> gorpc.ServiceTypesAddReq
+	50,  // 611: gorpc.GoPlanClient.ServiceTypesUpdate:input_type -> gorpc.ServiceTypesUpdateReq
+	52,  // 612: gorpc.GoPlanClient.ServiceTypesDel:input_type -> gorpc.ServiceTypesDelReq
+	44,  // 613: gorpc.GoPlanClient.ServiceTypesGet:input_type -> gorpc.ServiceTypesGetReq
+	46,  // 614: gorpc.GoPlanClient.ServiceTypesGetWithValue:input_type -> gorpc.ServiceTypesGetWithValueReq
+	53,  // 615: gorpc.GoPlanClient.ServiceTypesList:input_type -> gorpc.ServiceTypesListReq
+	55,  // 616: gorpc.GoPlanClient.ServiceTypesListWithValue:input_type -> gorpc.ServiceTypesListWithValueReq
+	65,  // 617: gorpc.GoPlanClient.ServiceBoxAdd:input_type -> gorpc.ServiceBoxAddReq
+	67,  // 618: gorpc.GoPlanClient.ServiceBoxAddWithDetails:input_type -> gorpc.ServiceBoxAddWithDetailsReq
+	69,  // 619: gorpc.GoPlanClient.ServiceBoxUpdate:input_type -> gorpc.ServiceBoxUpdateReq
+	71,  // 620: gorpc.GoPlanClient.ServiceBoxUpdateWithDetails:input_type -> gorpc.ServiceBoxUpdateWithDetailsReq
+	73,  // 621: gorpc.GoPlanClient.ServiceBoxDel:input_type -> gorpc.ServiceBoxDelReq
+	61,  // 622: gorpc.GoPlanClient.ServiceBoxGet:input_type -> gorpc.ServiceBoxGetReq
+	63,  // 623: gorpc.GoPlanClient.ServiceBoxGetWithDetails:input_type -> gorpc.ServiceBoxGetWithDetailsReq
+	74,  // 624: gorpc.GoPlanClient.ServiceBoxList:input_type -> gorpc.ServiceBoxListReq
+	76,  // 625: gorpc.GoPlanClient.ServiceBoxListWithDetails:input_type -> gorpc.ServiceBoxListWithDetailsReq
+	81,  // 626: gorpc.GoPlanClient.ServiceBoxTypesAdd:input_type -> gorpc.ServiceBoxTypesAddReq
+	83,  // 627: gorpc.GoPlanClient.ServiceBoxTypesUpdate:input_type -> gorpc.ServiceBoxTypesUpdateReq
+	85,  // 628: gorpc.GoPlanClient.ServiceBoxTypesDel:input_type -> gorpc.ServiceBoxTypesDelReq
+	79,  // 629: gorpc.GoPlanClient.ServiceBoxTypesGet:input_type -> gorpc.ServiceBoxTypesGetReq
+	86,  // 630: gorpc.GoPlanClient.ServiceBoxTypesList:input_type -> gorpc.ServiceBoxTypesListReq
+	97,  // 631: gorpc.GoPlanClient.ServicePlanAdd:input_type -> gorpc.ServicePlanAddReq
+	99,  // 632: gorpc.GoPlanClient.ServicePlanAddWithBoxes:input_type -> gorpc.ServicePlanAddWithBoxesReq
+	101, // 633: gorpc.GoPlanClient.ServicePlanAddWithBoxesAndDetails:input_type -> gorpc.ServicePlanAddWithBoxesAndDetailsReq
+	103, // 634: gorpc.GoPlanClient.ServicePlanUpdate:input_type -> gorpc.ServicePlanUpdateReq
+	105, // 635: gorpc.GoPlanClient.ServicePlanUpdateWithBoxes:input_type -> gorpc.ServicePlanUpdateWithBoxesReq
+	107, // 636: gorpc.GoPlanClient.ServicePlanUpdateWithBoxesAndDetails:input_type -> gorpc.ServicePlanUpdateWithBoxesAndDetailsReq
+	109, // 637: gorpc.GoPlanClient.ServicePlanDel:input_type -> gorpc.ServicePlanDelReq
+	91,  // 638: gorpc.GoPlanClient.ServicePlanGet:input_type -> gorpc.ServicePlanGetReq
+	93,  // 639: gorpc.GoPlanClient.ServicePlanGetWithBoxes:input_type -> gorpc.ServicePlanGetWithBoxesReq
+	95,  // 640: gorpc.GoPlanClient.ServicePlanGetWithBoxesAndDetails:input_type -> gorpc.ServicePlanGetWithBoxesAndDetailsReq
+	110, // 641: gorpc.GoPlanClient.ServicePlanList:input_type -> gorpc.ServicePlanListReq
+	112, // 642: gorpc.GoPlanClient.ServicePlanListWithBoxes:input_type -> gorpc.ServicePlanListWithBoxesReq
+	114, // 643: gorpc.GoPlanClient.ServicePlanListWithBoxesAndDetails:input_type -> gorpc.ServicePlanListWithBoxesAndDetailsReq
+	119, // 644: gorpc.GoPlanClient.ServicePlanBoxesAdd:input_type -> gorpc.ServicePlanBoxesAddReq
+	121, // 645: gorpc.GoPlanClient.ServicePlanBoxesUpdate:input_type -> gorpc.ServicePlanBoxesUpdateReq
+	123, // 646: gorpc.GoPlanClient.ServicePlanBoxesDel:input_type -> gorpc.ServicePlanBoxesDelReq
+	117, // 647: gorpc.GoPlanClient.ServicePlanBoxesGet:input_type -> gorpc.ServicePlanBoxesGetReq
+	124, // 648: gorpc.GoPlanClient.ServicePlanBoxesList:input_type -> gorpc.ServicePlanBoxesListReq
+	138, // 649: gorpc.GoPlanClient.ServicePlanChannelAdd:input_type -> gorpc.ServicePlanChannelAddReq
+	140, // 650: gorpc.GoPlanClient.ServicePlanChannelUpdate:input_type -> gorpc.ServicePlanChannelUpdateReq
+	142, // 651: gorpc.GoPlanClient.ServicePlanChannelDel:input_type -> gorpc.ServicePlanChannelDelReq
+	130, // 652: gorpc.GoPlanClient.ServicePlanChannelGet:input_type -> gorpc.ServicePlanChannelGetReq
+	132, // 653: gorpc.GoPlanClient.ServicePlanChannelGetWithPlan:input_type -> gorpc.ServicePlanChannelGetWithPlanReq
+	134, // 654: gorpc.GoPlanClient.ServicePlanChannelGetWithPlanAndBoxes:input_type -> gorpc.ServicePlanChannelGetWithPlanAndBoxesReq
+	136, // 655: gorpc.GoPlanClient.ServicePlanChannelGetWithPlanAndBoxesAndDetails:input_type -> gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq
+	143, // 656: gorpc.GoPlanClient.ServicePlanChannelList:input_type -> gorpc.ServicePlanChannelListReq
+	145, // 657: gorpc.GoPlanClient.ServicePlanChannelListWithPlan:input_type -> gorpc.ServicePlanChannelListWithPlanReq
+	147, // 658: gorpc.GoPlanClient.ServicePlanChannelListWithPlanAndBoxes:input_type -> gorpc.ServicePlanChannelListWithPlanAndBoxesReq
+	149, // 659: gorpc.GoPlanClient.ServicePlanChannelListWithPlanAndBoxesAndDetails:input_type -> gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq
+	15,  // 660: gorpc.GoPmpClient.Ping:input_type -> gorpc.Request
+	153, // 661: gorpc.GoPmpClient.GlobalParamAdd:input_type -> gorpc.GlobalParamVo
+	153, // 662: gorpc.GoPmpClient.GlobalParamUpdate:input_type -> gorpc.GlobalParamVo
+	14,  // 663: gorpc.GoPmpClient.GlobalParamDel:input_type -> gorpc.Ids
+	153, // 664: gorpc.GoPmpClient.GlobalParamGet:input_type -> gorpc.GlobalParamVo
+	154, // 665: gorpc.GoPmpClient.GlobalParamGetWithLang:input_type -> gorpc.GlobalParamGetReq
+	155, // 666: gorpc.GoPmpClient.GlobalParamList:input_type -> gorpc.GlobalParamListReq
+	157, // 667: gorpc.GoPmpClient.ProductAdd:input_type -> gorpc.ProductVo
+	157, // 668: gorpc.GoPmpClient.ProductUpdate:input_type -> gorpc.ProductVo
+	14,  // 669: gorpc.GoPmpClient.ProductDel:input_type -> gorpc.Ids
+	157, // 670: gorpc.GoPmpClient.ProductGet:input_type -> gorpc.ProductVo
+	158, // 671: gorpc.GoPmpClient.ProductList:input_type -> gorpc.ProductListReq
+	15,  // 672: gorpc.GoPmpClient.ProductAll:input_type -> gorpc.Request
+	160, // 673: gorpc.GoPmpClient.ProductParamAdd:input_type -> gorpc.ProductParamVo
+	160, // 674: gorpc.GoPmpClient.ProductParamUpdate:input_type -> gorpc.ProductParamVo
+	14,  // 675: gorpc.GoPmpClient.ProductParamDel:input_type -> gorpc.Ids
+	160, // 676: gorpc.GoPmpClient.ProductParamGet:input_type -> gorpc.ProductParamVo
+	161, // 677: gorpc.GoPmpClient.ProductParamGetWithLang:input_type -> gorpc.ProductParamGetReq
+	162, // 678: gorpc.GoPmpClient.ProductParamList:input_type -> gorpc.ProductParamListReq
+	164, // 679: gorpc.GoPmpClient.ProductActionAdd:input_type -> gorpc.ProductActionVo
+	164, // 680: gorpc.GoPmpClient.ProductActionUpdate:input_type -> gorpc.ProductActionVo
+	14,  // 681: gorpc.GoPmpClient.ProductActionDel:input_type -> gorpc.Ids
+	165, // 682: gorpc.GoPmpClient.ProductActionGet:input_type -> gorpc.ProductActionReq
+	166, // 683: gorpc.GoPmpClient.ProductActionList:input_type -> gorpc.ProductActionListReq
+	168, // 684: gorpc.GoPmpClient.ProductActionGroupAdd:input_type -> gorpc.ProductActionGroupVo
+	168, // 685: gorpc.GoPmpClient.ProductActionGroupUpdate:input_type -> gorpc.ProductActionGroupVo
+	14,  // 686: gorpc.GoPmpClient.ProductActionGroupDel:input_type -> gorpc.Ids
+	169, // 687: gorpc.GoPmpClient.ProductActionGroupGet:input_type -> gorpc.ProductActionGroupReq
+	170, // 688: gorpc.GoPmpClient.ProductActionGroupList:input_type -> gorpc.ProductActionGroupListReq
+	172, // 689: gorpc.GoPmpClient.ProductActionGroupDisable:input_type -> gorpc.ProductActionGroupDisableReq
+	173, // 690: gorpc.GoPmpClient.ProductActionGroupEnable:input_type -> gorpc.ProductActionGroupEnableReq
+	174, // 691: gorpc.GoPmpClient.ProductActionPolicyGroupAdd:input_type -> gorpc.ProductActionPolicyGroupVo
+	174, // 692: gorpc.GoPmpClient.ProductActionPolicyGroupUpdate:input_type -> gorpc.ProductActionPolicyGroupVo
+	14,  // 693: gorpc.GoPmpClient.ProductActionPolicyGroupDel:input_type -> gorpc.Ids
+	175, // 694: gorpc.GoPmpClient.ProductActionPolicyGroupGet:input_type -> gorpc.ProductActionPolicyGroupReq
+	176, // 695: gorpc.GoPmpClient.ProductActionPolicyGroupList:input_type -> gorpc.ProductActionPolicyGroupListReq
+	178, // 696: gorpc.GoPmpClient.ProductActionPolicyGroupDisable:input_type -> gorpc.ProductActionPolicyGroupDisableReq
+	179, // 697: gorpc.GoPmpClient.ProductActionPolicyGroupEnable:input_type -> gorpc.ProductActionPolicyGroupEnableReq
+	180, // 698: gorpc.GoPmpClient.ProductActionTypeAdd:input_type -> gorpc.ProductActionTypeVo
+	180, // 699: gorpc.GoPmpClient.ProductActionTypeUpdate:input_type -> gorpc.ProductActionTypeVo
+	14,  // 700: gorpc.GoPmpClient.ProductActionTypeDel:input_type -> gorpc.Ids
+	181, // 701: gorpc.GoPmpClient.ProductActionTypeGet:input_type -> gorpc.ProductActionTypeReq
+	182, // 702: gorpc.GoPmpClient.ProductActionTypeList:input_type -> gorpc.ProductActionTypeListReq
+	184, // 703: gorpc.GoPmpClient.AreaParamAdd:input_type -> gorpc.AreaParamVo
+	184, // 704: gorpc.GoPmpClient.AreaParamUpdate:input_type -> gorpc.AreaParamVo
+	14,  // 705: gorpc.GoPmpClient.AreaParamDel:input_type -> gorpc.Ids
+	184, // 706: gorpc.GoPmpClient.AreaParamGet:input_type -> gorpc.AreaParamVo
+	185, // 707: gorpc.GoPmpClient.AreaParamList:input_type -> gorpc.AreaParamListReq
+	187, // 708: gorpc.GoPmpClient.NationalLanguageAdd:input_type -> gorpc.NationalLanguageVo
+	187, // 709: gorpc.GoPmpClient.NationalLanguageUpdate:input_type -> gorpc.NationalLanguageVo
+	14,  // 710: gorpc.GoPmpClient.NationalLanguageDel:input_type -> gorpc.Ids
+	187, // 711: gorpc.GoPmpClient.NationalLanguageGet:input_type -> gorpc.NationalLanguageVo
+	188, // 712: gorpc.GoPmpClient.NationalLanguageList:input_type -> gorpc.NationalLanguageListReq
+	190, // 713: gorpc.GoPmpClient.TipAdd:input_type -> gorpc.TipVo
+	190, // 714: gorpc.GoPmpClient.TipUpdate:input_type -> gorpc.TipVo
+	14,  // 715: gorpc.GoPmpClient.TipDel:input_type -> gorpc.Ids
+	191, // 716: gorpc.GoPmpClient.TipGet:input_type -> gorpc.TipGetReq
+	192, // 717: gorpc.GoPmpClient.TipList:input_type -> gorpc.TipListReq
+	194, // 718: gorpc.GoPmpClient.DictAdd:input_type -> gorpc.DictVo
+	194, // 719: gorpc.GoPmpClient.DictUpdate:input_type -> gorpc.DictVo
+	14,  // 720: gorpc.GoPmpClient.DictDel:input_type -> gorpc.Ids
+	195, // 721: gorpc.GoPmpClient.DictGet:input_type -> gorpc.DictGetReq
+	196, // 722: gorpc.GoPmpClient.DictList:input_type -> gorpc.DictListReq
+	198, // 723: gorpc.GoPmpClient.UpgradePkgPlanAdd:input_type -> gorpc.UpgradePkgPlanVo
+	198, // 724: gorpc.GoPmpClient.UpgradePkgPlanUpdate:input_type -> gorpc.UpgradePkgPlanVo
+	14,  // 725: gorpc.GoPmpClient.UpgradePkgPlanDel:input_type -> gorpc.Ids
+	198, // 726: gorpc.GoPmpClient.UpgradePkgPlanGet:input_type -> gorpc.UpgradePkgPlanVo
+	199, // 727: gorpc.GoPmpClient.UpgradePkgPlanList:input_type -> gorpc.UpgradePkgPlanListReq
+	201, // 728: gorpc.GoPmpClient.UpgradePkgPlanDetailAdd:input_type -> gorpc.UpgradePkgPlanDetailVo
+	201, // 729: gorpc.GoPmpClient.UpgradePkgPlanDetailUpdate:input_type -> gorpc.UpgradePkgPlanDetailVo
+	14,  // 730: gorpc.GoPmpClient.UpgradePkgPlanDetailDel:input_type -> gorpc.Ids
+	201, // 731: gorpc.GoPmpClient.UpgradePkgPlanDetailGet:input_type -> gorpc.UpgradePkgPlanDetailVo
+	202, // 732: gorpc.GoPmpClient.UpgradePkgPlanDetailList:input_type -> gorpc.UpgradePkgPlanDetailListReq
+	204, // 733: gorpc.GoPmpClient.UpgradeResPlanAdd:input_type -> gorpc.UpgradeResPlanVo
+	204, // 734: gorpc.GoPmpClient.UpgradeResPlanUpdate:input_type -> gorpc.UpgradeResPlanVo
+	14,  // 735: gorpc.GoPmpClient.UpgradeResPlanDel:input_type -> gorpc.Ids
+	204, // 736: gorpc.GoPmpClient.UpgradeResPlanGet:input_type -> gorpc.UpgradeResPlanVo
+	205, // 737: gorpc.GoPmpClient.UpgradeResPlanList:input_type -> gorpc.UpgradeResPlanListReq
+	207, // 738: gorpc.GoPmpClient.UpgradeResPlanDetailAdd:input_type -> gorpc.UpgradeResPlanDetailVo
+	207, // 739: gorpc.GoPmpClient.UpgradeResPlanDetailUpdate:input_type -> gorpc.UpgradeResPlanDetailVo
+	14,  // 740: gorpc.GoPmpClient.UpgradeResPlanDetailDel:input_type -> gorpc.Ids
+	207, // 741: gorpc.GoPmpClient.UpgradeResPlanDetailGet:input_type -> gorpc.UpgradeResPlanDetailVo
+	208, // 742: gorpc.GoPmpClient.UpgradeResPlanDetailList:input_type -> gorpc.UpgradeResPlanDetailListReq
+	210, // 743: gorpc.GoPmpClient.AdPlanAdd:input_type -> gorpc.AdPlanVo
+	210, // 744: gorpc.GoPmpClient.AdPlanUpdate:input_type -> gorpc.AdPlanVo
+	14,  // 745: gorpc.GoPmpClient.AdPlanDel:input_type -> gorpc.Ids
+	210, // 746: gorpc.GoPmpClient.AdPlanGet:input_type -> gorpc.AdPlanVo
+	211, // 747: gorpc.GoPmpClient.AdPlanList:input_type -> gorpc.AdPlanListReq
+	213, // 748: gorpc.GoPmpClient.AdPlanDetailAdd:input_type -> gorpc.AdPlanDetailVo
+	213, // 749: gorpc.GoPmpClient.AdPlanDetailUpdate:input_type -> gorpc.AdPlanDetailVo
+	14,  // 750: gorpc.GoPmpClient.AdPlanDetailDel:input_type -> gorpc.Ids
+	213, // 751: gorpc.GoPmpClient.AdPlanDetailGet:input_type -> gorpc.AdPlanDetailVo
+	214, // 752: gorpc.GoPmpClient.AdPlanDetailList:input_type -> gorpc.AdPlanDetailListReq
+	217, // 753: gorpc.GoPmpClient.AdGlobalConfigGet:input_type -> gorpc.AdGlobalConfigGetReq
+	216, // 754: gorpc.GoPmpClient.AdGlobalConfigUpdate:input_type -> gorpc.AdGlobalConfigVo
+	218, // 755: gorpc.GoPmpClient.JobBatchAdd:input_type -> gorpc.JobBatchVo
+	219, // 756: gorpc.GoPmpClient.JobBatchAddWithTasks:input_type -> gorpc.JobBatchWithTasksVo
+	218, // 757: gorpc.GoPmpClient.JobBatchUpdate:input_type -> gorpc.JobBatchVo
+	14,  // 758: gorpc.GoPmpClient.JobBatchDel:input_type -> gorpc.Ids
+	218, // 759: gorpc.GoPmpClient.JobBatchGet:input_type -> gorpc.JobBatchVo
+	218, // 760: gorpc.GoPmpClient.JobBatchGetWithTasks:input_type -> gorpc.JobBatchVo
+	221, // 761: gorpc.GoPmpClient.JobBatchList:input_type -> gorpc.JobBatchListReq
+	221, // 762: gorpc.GoPmpClient.JobBatchListWithTasks:input_type -> gorpc.JobBatchListReq
+	224, // 763: gorpc.GoPmpClient.JobTasksAdd:input_type -> gorpc.JobTasksVo
+	224, // 764: gorpc.GoPmpClient.JobTasksUpdate:input_type -> gorpc.JobTasksVo
+	14,  // 765: gorpc.GoPmpClient.JobTasksDel:input_type -> gorpc.Ids
+	224, // 766: gorpc.GoPmpClient.JobTasksGet:input_type -> gorpc.JobTasksVo
+	225, // 767: gorpc.GoPmpClient.JobTasksList:input_type -> gorpc.JobTasksListReq
+	227, // 768: gorpc.GoPmpClient.DeployConfigAdd:input_type -> gorpc.DeployConfigVo
+	227, // 769: gorpc.GoPmpClient.DeployConfigUpdate:input_type -> gorpc.DeployConfigVo
+	14,  // 770: gorpc.GoPmpClient.DeployConfigDel:input_type -> gorpc.Ids
+	227, // 771: gorpc.GoPmpClient.DeployConfigGet:input_type -> gorpc.DeployConfigVo
+	228, // 772: gorpc.GoPmpClient.DeployConfigList:input_type -> gorpc.DeployConfigListReq
+	230, // 773: gorpc.GoPmpClient.OperationLogAdd:input_type -> gorpc.OperationLogVo
+	230, // 774: gorpc.GoPmpClient.OperationLogUpdate:input_type -> gorpc.OperationLogVo
+	230, // 775: gorpc.GoPmpClient.OperationLogGet:input_type -> gorpc.OperationLogVo
+	231, // 776: gorpc.GoPmpClient.OperationLogList:input_type -> gorpc.OperationLogListReq
+	233, // 777: gorpc.GoPmpClient.AnnouncePlanAdd:input_type -> gorpc.AnnouncePlanVo
+	233, // 778: gorpc.GoPmpClient.AnnouncePlanUpdate:input_type -> gorpc.AnnouncePlanVo
+	14,  // 779: gorpc.GoPmpClient.AnnouncePlanDel:input_type -> gorpc.Ids
+	233, // 780: gorpc.GoPmpClient.AnnouncePlanGet:input_type -> gorpc.AnnouncePlanVo
+	234, // 781: gorpc.GoPmpClient.AnnouncePlanList:input_type -> gorpc.AnnouncePlanListReq
+	236, // 782: gorpc.GoPmpClient.AnnouncePlanDetailAdd:input_type -> gorpc.AnnouncePlanDetailVo
+	236, // 783: gorpc.GoPmpClient.AnnouncePlanDetailUpdate:input_type -> gorpc.AnnouncePlanDetailVo
+	14,  // 784: gorpc.GoPmpClient.AnnouncePlanDetailDel:input_type -> gorpc.Ids
+	236, // 785: gorpc.GoPmpClient.AnnouncePlanDetailGet:input_type -> gorpc.AnnouncePlanDetailVo
+	237, // 786: gorpc.GoPmpClient.AnnouncePlanDetailList:input_type -> gorpc.AnnouncePlanDetailListReq
+	239, // 787: gorpc.GoPmpClient.MessagePushAdd:input_type -> gorpc.MessagePushVo
+	239, // 788: gorpc.GoPmpClient.MessagePushUpdate:input_type -> gorpc.MessagePushVo
+	240, // 789: gorpc.GoPmpClient.MessagePushList:input_type -> gorpc.MessagePushListReq
+	249, // 790: gorpc.GoShortDramaClient.ShortDramaAdd:input_type -> gorpc.ShortDramaVo
+	249, // 791: gorpc.GoShortDramaClient.ShortDramaUpdate:input_type -> gorpc.ShortDramaVo
+	14,  // 792: gorpc.GoShortDramaClient.ShortDramaDel:input_type -> gorpc.Ids
+	250, // 793: gorpc.GoShortDramaClient.ShortDramaGet:input_type -> gorpc.ShortDramaGetReq
+	251, // 794: gorpc.GoShortDramaClient.ShortDramaList:input_type -> gorpc.ShortDramaListReq
+	260, // 795: gorpc.GoShortDramaClient.ShortDramaUpdateModifier:input_type -> gorpc.ShortDramaUpdateModifierReq
+	261, // 796: gorpc.GoShortDramaClient.ShortDramaUpdateReleaseRegions:input_type -> gorpc.ShortDramaUpdateReleaseRegionsReq
+	6,   // 797: gorpc.GoShortDramaClient.ShortDramaFindIdsWithCopyright:input_type -> gorpc.Empty
+	268, // 798: gorpc.GoShortDramaClient.ShortDramaFindSchedulePublishList:input_type -> gorpc.FindSchedulePublishListReq
+	270, // 799: gorpc.GoShortDramaClient.ShortDramaPublishSchedule:input_type -> gorpc.PublishScheduleDramaReq
+	253, // 800: gorpc.GoShortDramaClient.ShortDramaLanguageList:input_type -> gorpc.ShortDramaLanguageListReq
+	242, // 801: gorpc.GoShortDramaClient.ShortDramaEpisodeAdd:input_type -> gorpc.ShortDramaEpisodeVo
+	246, // 802: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchAdd:input_type -> gorpc.ShortDramaEpisodeBatchAddReq
+	242, // 803: gorpc.GoShortDramaClient.ShortDramaEpisodeUpdate:input_type -> gorpc.ShortDramaEpisodeVo
+	14,  // 804: gorpc.GoShortDramaClient.ShortDramaEpisodeDel:input_type -> gorpc.Ids
+	243, // 805: gorpc.GoShortDramaClient.ShortDramaEpisodeGet:input_type -> gorpc.ShortDramaEpisodeGetReq
+	244, // 806: gorpc.GoShortDramaClient.ShortDramaEpisodeList:input_type -> gorpc.ShortDramaEpisodeListReq
+	247, // 807: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchRefreshUpdateTime:input_type -> gorpc.ShortDramaEpisodeBatchRefreshUpdateTimeReq
+	256, // 808: gorpc.GoShortDramaClient.ShortDramaEpisodeCount:input_type -> gorpc.ShortDramaEpisodeCountReq
+	258, // 809: gorpc.GoShortDramaClient.ShortDramaCheckName:input_type -> gorpc.ShortDramaCheckNameReq
+	264, // 810: gorpc.GoShortDramaClient.SetTotalStats:input_type -> gorpc.SetTotalStatsReq
+	266, // 811: gorpc.GoShortDramaClient.ShortDramaStatsPlaysTotalList:input_type -> gorpc.ShortDramaStatsPlaysTotalListReq
+	15,  // 812: gorpc.GoSysClient.Ping:input_type -> gorpc.Request
+	271, // 813: gorpc.GoSysClient.SysUserAdd:input_type -> gorpc.SysUserVo
+	271, // 814: gorpc.GoSysClient.SysUserUpdate:input_type -> gorpc.SysUserVo
+	14,  // 815: gorpc.GoSysClient.SysUserDelete:input_type -> gorpc.Ids
+	280, // 816: gorpc.GoSysClient.SysUserGet:input_type -> gorpc.SysUserGetReq
+	281, // 817: gorpc.GoSysClient.SysUserList:input_type -> gorpc.SysUserListReq
+	278, // 818: gorpc.GoSysClient.SysUserAddWithRolesAndPerms:input_type -> gorpc.SysUserWithRoleIdsAndPermRules
+	278, // 819: gorpc.GoSysClient.SysUserUpdateWithRolesAndPerms:input_type -> gorpc.SysUserWithRoleIdsAndPermRules
+	280, // 820: gorpc.GoSysClient.SysUserGetWithRolesAndPerms:input_type -> gorpc.SysUserGetReq
+	281, // 821: gorpc.GoSysClient.SysUserListWithRolesAndPerms:input_type -> gorpc.SysUserListReq
+	272, // 822: gorpc.GoSysClient.SysRoleAdd:input_type -> gorpc.SysRoleVo
+	272, // 823: gorpc.GoSysClient.SysRoleUpdate:input_type -> gorpc.SysRoleVo
+	14,  // 824: gorpc.GoSysClient.SysRoleDelete:input_type -> gorpc.Ids
+	286, // 825: gorpc.GoSysClient.SysRoleGet:input_type -> gorpc.SysRoleGetReq
+	287, // 826: gorpc.GoSysClient.SysRoleList:input_type -> gorpc.SysRoleListReq
+	284, // 827: gorpc.GoSysClient.SysRoleAddWithPerms:input_type -> gorpc.SysRoleWithPermIds
+	284, // 828: gorpc.GoSysClient.SysRoleUpdateWithPerms:input_type -> gorpc.SysRoleWithPermIds
+	286, // 829: gorpc.GoSysClient.SysRoleGetWithPerms:input_type -> gorpc.SysRoleGetReq
+	287, // 830: gorpc.GoSysClient.SysRoleListWithPerms:input_type -> gorpc.SysRoleListReq
+	273, // 831: gorpc.GoSysClient.SysPermAdd:input_type -> gorpc.SysPermVo
+	273, // 832: gorpc.GoSysClient.SysPermUpdate:input_type -> gorpc.SysPermVo
+	14,  // 833: gorpc.GoSysClient.SysPermDelete:input_type -> gorpc.Ids
+	290, // 834: gorpc.GoSysClient.SysPermGet:input_type -> gorpc.SysPermGetReq
+	291, // 835: gorpc.GoSysClient.SysPermList:input_type -> gorpc.SysPermListReq
+	274, // 836: gorpc.GoSysClient.SysUserRoleAdd:input_type -> gorpc.SysUserRoleVo
+	274, // 837: gorpc.GoSysClient.SysUserRoleUpdate:input_type -> gorpc.SysUserRoleVo
+	14,  // 838: gorpc.GoSysClient.SysUserRoleDelete:input_type -> gorpc.Ids
+	293, // 839: gorpc.GoSysClient.SysUserRoleGet:input_type -> gorpc.SysUserRoleGetReq
+	294, // 840: gorpc.GoSysClient.SysUserRoleList:input_type -> gorpc.SysUserRoleListReq
+	275, // 841: gorpc.GoSysClient.SysRolePermAdd:input_type -> gorpc.SysRolePermVo
+	275, // 842: gorpc.GoSysClient.SysRolePermUpdate:input_type -> gorpc.SysRolePermVo
+	14,  // 843: gorpc.GoSysClient.SysRolePermDelete:input_type -> gorpc.Ids
+	296, // 844: gorpc.GoSysClient.SysRolePermGet:input_type -> gorpc.SysRolePermGetReq
+	297, // 845: gorpc.GoSysClient.SysRolePermList:input_type -> gorpc.SysRolePermListReq
+	276, // 846: gorpc.GoSysClient.SysUserPermAdd:input_type -> gorpc.SysUserPermVo
+	276, // 847: gorpc.GoSysClient.SysUserPermUpdate:input_type -> gorpc.SysUserPermVo
+	14,  // 848: gorpc.GoSysClient.SysUserPermDelete:input_type -> gorpc.Ids
+	299, // 849: gorpc.GoSysClient.SysUserPermGet:input_type -> gorpc.SysUserPermGetReq
+	300, // 850: gorpc.GoSysClient.SysUserPermList:input_type -> gorpc.SysUserPermListReq
+	15,  // 851: gorpc.GoUserClient.Ping:input_type -> gorpc.Request
+	341, // 852: gorpc.GoUserClient.UserAppConfigAdd:input_type -> gorpc.UserAppConfigVo
+	341, // 853: gorpc.GoUserClient.UserAppConfigUpdate:input_type -> gorpc.UserAppConfigVo
+	14,  // 854: gorpc.GoUserClient.UserAppConfigDel:input_type -> gorpc.Ids
+	342, // 855: gorpc.GoUserClient.UserAppConfigGet:input_type -> gorpc.UserAppConfigGetReq
+	343, // 856: gorpc.GoUserClient.UserAppConfigList:input_type -> gorpc.UserAppConfigListReq
+	338, // 857: gorpc.GoUserClient.DeviceAdd:input_type -> gorpc.DeviceVo
+	338, // 858: gorpc.GoUserClient.DeviceUpdate:input_type -> gorpc.DeviceVo
+	14,  // 859: gorpc.GoUserClient.DeviceDel:input_type -> gorpc.Ids
+	338, // 860: gorpc.GoUserClient.DeviceGet:input_type -> gorpc.DeviceVo
+	339, // 861: gorpc.GoUserClient.DeviceList:input_type -> gorpc.DeviceListReq
+	304, // 862: gorpc.GoUserClient.AccountAdd:input_type -> gorpc.AccountVo
+	304, // 863: gorpc.GoUserClient.AccountUpdate:input_type -> gorpc.AccountVo
+	14,  // 864: gorpc.GoUserClient.AccountDel:input_type -> gorpc.Ids
+	304, // 865: gorpc.GoUserClient.AccountGet:input_type -> gorpc.AccountVo
+	305, // 866: gorpc.GoUserClient.AccountList:input_type -> gorpc.AccountListReq
+	307, // 867: gorpc.GoUserClient.AccountDeviceAdd:input_type -> gorpc.AccountDeviceVo
+	307, // 868: gorpc.GoUserClient.AccountDeviceUpdate:input_type -> gorpc.AccountDeviceVo
+	14,  // 869: gorpc.GoUserClient.AccountDeviceDel:input_type -> gorpc.Ids
+	307, // 870: gorpc.GoUserClient.AccountDeviceGet:input_type -> gorpc.AccountDeviceVo
+	308, // 871: gorpc.GoUserClient.AccountDeviceList:input_type -> gorpc.AccountDeviceListReq
+	312, // 872: gorpc.GoUserClient.UserWhiteAdd:input_type -> gorpc.UserWhiteAddReq
+	316, // 873: gorpc.GoUserClient.UserWhiteUpdate:input_type -> gorpc.UserWhiteUpdateReq
+	318, // 874: gorpc.GoUserClient.UserWhiteDel:input_type -> gorpc.UserWhiteDelReq
+	314, // 875: gorpc.GoUserClient.UserWhiteGet:input_type -> gorpc.UserWhiteGetReq
+	310, // 876: gorpc.GoUserClient.UserWhiteList:input_type -> gorpc.UserWhiteListReq
+	321, // 877: gorpc.GoUserClient.UserTestAdd:input_type -> gorpc.UserTestAddReq
+	325, // 878: gorpc.GoUserClient.UserTestUpdate:input_type -> gorpc.UserTestUpdateReq
+	327, // 879: gorpc.GoUserClient.UserTestDel:input_type -> gorpc.UserTestDelReq
+	323, // 880: gorpc.GoUserClient.UserTestGet:input_type -> gorpc.UserTestGetReq
+	319, // 881: gorpc.GoUserClient.UserTestList:input_type -> gorpc.UserTestListReq
+	346, // 882: gorpc.GoUserClient.UserAdd:input_type -> gorpc.UserAddReq
+	348, // 883: gorpc.GoUserClient.UserUpdate:input_type -> gorpc.UserUpdateReq
+	350, // 884: gorpc.GoUserClient.UserDel:input_type -> gorpc.UserDelReq
+	351, // 885: gorpc.GoUserClient.UserGet:input_type -> gorpc.UserGetReq
+	353, // 886: gorpc.GoUserClient.UserList:input_type -> gorpc.UserListReq
+	356, // 887: gorpc.GoUserClient.UserCredentialAdd:input_type -> gorpc.UserCredentialAddReq
+	358, // 888: gorpc.GoUserClient.UserCredentialUpdate:input_type -> gorpc.UserCredentialUpdateReq
+	360, // 889: gorpc.GoUserClient.UserCredentialDel:input_type -> gorpc.UserCredentialDelReq
+	361, // 890: gorpc.GoUserClient.UserCredentialGet:input_type -> gorpc.UserCredentialGetReq
+	363, // 891: gorpc.GoUserClient.UserCredentialList:input_type -> gorpc.UserCredentialListReq
+	366, // 892: gorpc.GoUserClient.UserDeviceAdd:input_type -> gorpc.UserDeviceAddReq
+	368, // 893: gorpc.GoUserClient.UserDeviceUpdate:input_type -> gorpc.UserDeviceUpdateReq
+	370, // 894: gorpc.GoUserClient.UserDeviceDel:input_type -> gorpc.UserDeviceDelReq
+	371, // 895: gorpc.GoUserClient.UserDeviceGet:input_type -> gorpc.UserDeviceGetReq
+	373, // 896: gorpc.GoUserClient.UserDeviceList:input_type -> gorpc.UserDeviceListReq
+	329, // 897: gorpc.GoUserClient.UserServiceAdd:input_type -> gorpc.UserServiceAddReq
+	331, // 898: gorpc.GoUserClient.UserServiceUpdate:input_type -> gorpc.UserServiceUpdateReq
+	333, // 899: gorpc.GoUserClient.UserServiceDel:input_type -> gorpc.UserServiceDelReq
+	334, // 900: gorpc.GoUserClient.UserServiceGet:input_type -> gorpc.UserServiceGetReq
+	336, // 901: gorpc.GoUserClient.UserServiceList:input_type -> gorpc.UserServiceListReq
+	15,  // 902: gorpc.GoVpnClient.Ping:input_type -> gorpc.Request
+	18,  // 903: gorpc.GoVpnClient.Transaction:input_type -> gorpc.TransactionReq
+	375, // 904: gorpc.GoVpnClient.VpnTagAdd:input_type -> gorpc.VpnTagVo
+	375, // 905: gorpc.GoVpnClient.VpnTagUpdate:input_type -> gorpc.VpnTagVo
+	14,  // 906: gorpc.GoVpnClient.VpnTagDel:input_type -> gorpc.Ids
+	376, // 907: gorpc.GoVpnClient.VpnTagGet:input_type -> gorpc.VpnTagGetReq
+	377, // 908: gorpc.GoVpnClient.VpnTagList:input_type -> gorpc.VpnTagListReq
+	379, // 909: gorpc.GoVpnClient.VpnTagBatchAdd:input_type -> gorpc.VpnTagBatchAddReq
+	381, // 910: gorpc.GoVpnClient.VpnTagBatchUpdate:input_type -> gorpc.VpnTagBatchUpdateReq
+	386, // 911: gorpc.GoVpnClient.VpnGroupAdd:input_type -> gorpc.VpnGroupAddReq
+	386, // 912: gorpc.GoVpnClient.VpnGroupUpdate:input_type -> gorpc.VpnGroupAddReq
+	14,  // 913: gorpc.GoVpnClient.VpnGroupDel:input_type -> gorpc.Ids
+	387, // 914: gorpc.GoVpnClient.VpnGroupGet:input_type -> gorpc.VpnGroupGetReq
+	388, // 915: gorpc.GoVpnClient.VpnGroupList:input_type -> gorpc.VpnGroupListReq
+	390, // 916: gorpc.GoVpnClient.VpnGroupBatchAdd:input_type -> gorpc.VpnGroupBatchAddReq
+	392, // 917: gorpc.GoVpnClient.VpnGroupBatchUpdate:input_type -> gorpc.VpnGroupBatchUpdateReq
+	395, // 918: gorpc.GoVpnClient.VpnGroupTagAdd:input_type -> gorpc.VpnGroupTagVo
+	395, // 919: gorpc.GoVpnClient.VpnGroupTagUpdate:input_type -> gorpc.VpnGroupTagVo
+	14,  // 920: gorpc.GoVpnClient.VpnGroupTagDel:input_type -> gorpc.Ids
+	395, // 921: gorpc.GoVpnClient.VpnGroupTagGet:input_type -> gorpc.VpnGroupTagVo
+	396, // 922: gorpc.GoVpnClient.VpnGroupTagList:input_type -> gorpc.VpnGroupTagListReq
+	398, // 923: gorpc.GoVpnClient.VpnLocationAdd:input_type -> gorpc.VpnLocationVo
+	398, // 924: gorpc.GoVpnClient.VpnLocationUpdate:input_type -> gorpc.VpnLocationVo
+	14,  // 925: gorpc.GoVpnClient.VpnLocationDel:input_type -> gorpc.Ids
+	400, // 926: gorpc.GoVpnClient.VpnLocationGet:input_type -> gorpc.VpnLocationGetReq
+	401, // 927: gorpc.GoVpnClient.VpnLocationList:input_type -> gorpc.VpnLocationListReq
+	403, // 928: gorpc.GoVpnClient.VpnLocationBatchAdd:input_type -> gorpc.VpnLocationBatchAddReq
+	405, // 929: gorpc.GoVpnClient.VpnLocationBatchUpdate:input_type -> gorpc.VpnLocationBatchUpdateReq
+	413, // 930: gorpc.GoVpnClient.VpnServerAdd:input_type -> gorpc.VpnServerAddReq
+	413, // 931: gorpc.GoVpnClient.VpnServerUpdate:input_type -> gorpc.VpnServerAddReq
+	14,  // 932: gorpc.GoVpnClient.VpnServerDel:input_type -> gorpc.Ids
+	408, // 933: gorpc.GoVpnClient.VpnServerGet:input_type -> gorpc.VpnServerVo
+	408, // 934: gorpc.GoVpnClient.VpnServerExGet:input_type -> gorpc.VpnServerVo
+	410, // 935: gorpc.GoVpnClient.VpnServerList:input_type -> gorpc.VpnServerListReq
+	410, // 936: gorpc.GoVpnClient.VpnServerExList:input_type -> gorpc.VpnServerListReq
+	414, // 937: gorpc.GoVpnClient.VpnServerBatchAdd:input_type -> gorpc.VpnServerBatchAddReq
+	416, // 938: gorpc.GoVpnClient.VpnServerBatchUpdate:input_type -> gorpc.VpnServerBatchUpdateReq
+	419, // 939: gorpc.GoVpnClient.VpnServerLocationAdd:input_type -> gorpc.VpnServerLocationVo
+	419, // 940: gorpc.GoVpnClient.VpnServerLocationUpdate:input_type -> gorpc.VpnServerLocationVo
+	14,  // 941: gorpc.GoVpnClient.VpnServerLocationDel:input_type -> gorpc.Ids
+	419, // 942: gorpc.GoVpnClient.VpnServerLocationGet:input_type -> gorpc.VpnServerLocationVo
+	420, // 943: gorpc.GoVpnClient.VpnServerLocationList:input_type -> gorpc.VpnServerLocationListReq
+	428, // 944: gorpc.GoVpnClient.VpnWithIPAndPort:input_type -> gorpc.VpnWithIPAndPortReq
+	423, // 945: gorpc.GoVpnClient.VpnLocationServerCount:input_type -> gorpc.VpnLocationServerCountReq
+	425, // 946: gorpc.GoVpnClient.VpnProbeTaskAdd:input_type -> gorpc.VpnProbeTaskVo
+	425, // 947: gorpc.GoVpnClient.VpnProbeTaskUpdate:input_type -> gorpc.VpnProbeTaskVo
+	426, // 948: gorpc.GoVpnClient.VpnProbeTaskList:input_type -> gorpc.VpnProbeTaskListReq
+	431, // 949: gorpc.GoVpnClient.VpnipWalledAdd:input_type -> gorpc.VpnipWalledAddReq
+	433, // 950: gorpc.GoVpnClient.VpnipWalledUpdate:input_type -> gorpc.VpnipWalledUpdateReq
+	14,  // 951: gorpc.GoVpnClient.VpnipWalledDel:input_type -> gorpc.Ids
+	435, // 952: gorpc.GoVpnClient.VpnipWalledGet:input_type -> gorpc.VpnipWalledGetReq
+	437, // 953: gorpc.GoVpnClient.VpnipWalledList:input_type -> gorpc.VpnipWalledListReq
+	439, // 954: gorpc.GoVpnClient.VpnipWalledBatchAdd:input_type -> gorpc.VpnipWalledBatchAddReq
+	441, // 955: gorpc.GoVpnClient.VpnipWalledBatchUpdate:input_type -> gorpc.VpnipWalledBatchUpdateReq
+	445, // 956: gorpc.GoVpnClient.VpnipAdd:input_type -> gorpc.VpnipAddReq
+	447, // 957: gorpc.GoVpnClient.VpnipExAdd:input_type -> gorpc.VpnipExAddReq
+	449, // 958: gorpc.GoVpnClient.VpnipUpdate:input_type -> gorpc.VpnipUpdateReq
+	451, // 959: gorpc.GoVpnClient.VpnipExUpdate:input_type -> gorpc.VpnipExUpdateReq
+	14,  // 960: gorpc.GoVpnClient.VpnipDel:input_type -> gorpc.Ids
+	453, // 961: gorpc.GoVpnClient.VpnipGet:input_type -> gorpc.VpnipGetReq
+	453, // 962: gorpc.GoVpnClient.VpnipExGet:input_type -> gorpc.VpnipGetReq
+	456, // 963: gorpc.GoVpnClient.VpnipList:input_type -> gorpc.VpnipListReq
+	456, // 964: gorpc.GoVpnClient.VpnipExList:input_type -> gorpc.VpnipListReq
+	459, // 965: gorpc.GoVpnClient.VpnipBatchAdd:input_type -> gorpc.VpnipBatchAddReq
+	461, // 966: gorpc.GoVpnClient.VpnipBatchUpdate:input_type -> gorpc.VpnipBatchUpdateReq
+	463, // 967: gorpc.GoVpnClient.VpnipExBatchAdd:input_type -> gorpc.VpnipExBatchAddReq
+	465, // 968: gorpc.GoVpnClient.VpnipExBatchUpdate:input_type -> gorpc.VpnipExBatchUpdateReq
+	469, // 969: gorpc.GoVpnClient.VpnipRangeAdd:input_type -> gorpc.VpnipRangeAddReq
+	471, // 970: gorpc.GoVpnClient.VpnipRangeExAdd:input_type -> gorpc.VpnipRangeExAddReq
+	473, // 971: gorpc.GoVpnClient.VpnipRangeUpdate:input_type -> gorpc.VpnipRangeUpdateReq
+	475, // 972: gorpc.GoVpnClient.VpnipRangeExUpdate:input_type -> gorpc.VpnipRangeExUpdateReq
+	14,  // 973: gorpc.GoVpnClient.VpnipRangeDel:input_type -> gorpc.Ids
+	477, // 974: gorpc.GoVpnClient.VpnipRangeGet:input_type -> gorpc.VpnipRangeGetReq
+	477, // 975: gorpc.GoVpnClient.VpnipRangeExGet:input_type -> gorpc.VpnipRangeGetReq
+	480, // 976: gorpc.GoVpnClient.VpnipRangeList:input_type -> gorpc.VpnipRangeListReq
+	480, // 977: gorpc.GoVpnClient.VpnipRangeExList:input_type -> gorpc.VpnipRangeListReq
+	483, // 978: gorpc.GoVpnClient.VpnipRangeBatchAdd:input_type -> gorpc.VpnipRangeBatchAddReq
+	487, // 979: gorpc.GoVpnClient.VpnipRangeExBatchAdd:input_type -> gorpc.VpnipRangeExBatchAddReq
+	485, // 980: gorpc.GoVpnClient.VpnipRangeBatchUpdate:input_type -> gorpc.VpnipRangeBatchUpdateReq
+	489, // 981: gorpc.GoVpnClient.VpnipRangeExBatchUpdate:input_type -> gorpc.VpnipRangeExBatchUpdateReq
+	492, // 982: gorpc.GoVpnClient.VpnipBindAdd:input_type -> gorpc.VpnipBindAddReq
+	494, // 983: gorpc.GoVpnClient.VpnipBindUpdate:input_type -> gorpc.VpnipBindUpdateReq
+	14,  // 984: gorpc.GoVpnClient.VpnipBindDel:input_type -> gorpc.Ids
+	496, // 985: gorpc.GoVpnClient.VpnipBindGet:input_type -> gorpc.VpnipBindGetReq
+	498, // 986: gorpc.GoVpnClient.VpnipBindList:input_type -> gorpc.VpnipBindListReq
+	502, // 987: gorpc.GoVpnClient.VpnipBindBatchUpdate:input_type -> gorpc.VpnipBindBatchUpdateReq
+	500, // 988: gorpc.GoVpnClient.VpnipsBindServer:input_type -> gorpc.VpnipBindBatchAddReq
+	506, // 989: gorpc.GoVpnClient.VpnConfigTemplatePlanAdd:input_type -> gorpc.VpnConfigTemplatePlanAddReq
+	508, // 990: gorpc.GoVpnClient.VpnConfigTemplatePlanUpdate:input_type -> gorpc.VpnConfigTemplatePlanUpdateReq
+	510, // 991: gorpc.GoVpnClient.VpnConfigTemplatePlanDel:input_type -> gorpc.VpnConfigTemplatePlanDelReq
+	511, // 992: gorpc.GoVpnClient.VpnConfigTemplatePlanGet:input_type -> gorpc.VpnConfigTemplatePlanGetReq
+	513, // 993: gorpc.GoVpnClient.VpnConfigTemplatePlanList:input_type -> gorpc.VpnConfigTemplatePlanListReq
+	515, // 994: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailAdd:input_type -> gorpc.VpnConfigTemplatePlanDetailAddReq
+	517, // 995: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailUpdate:input_type -> gorpc.VpnConfigTemplatePlanDetailUpdateReq
+	519, // 996: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailDel:input_type -> gorpc.VpnConfigTemplatePlanDetailDelReq
+	520, // 997: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailGet:input_type -> gorpc.VpnConfigTemplatePlanDetailGetReq
+	522, // 998: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailList:input_type -> gorpc.VpnConfigTemplatePlanDetailListReq
+	19,  // 999: gorpc.GoGameClient.GameAdd:output_type -> gorpc.GameVo
+	6,   // 1000: gorpc.GoGameClient.GameUpdate:output_type -> gorpc.Empty
+	6,   // 1001: gorpc.GoGameClient.GameDel:output_type -> gorpc.Empty
+	19,  // 1002: gorpc.GoGameClient.GameGet:output_type -> gorpc.GameVo
+	22,  // 1003: gorpc.GoGameClient.GameList:output_type -> gorpc.GameListRes
+	22,  // 1004: gorpc.GoGameClient.GameAll:output_type -> gorpc.GameListRes
+	32,  // 1005: gorpc.GoGameClient.GameRedisHScanByName:output_type -> gorpc.GameRedisHScanByNameResp
+	23,  // 1006: gorpc.GoGameClient.RelGameRankAdd:output_type -> gorpc.RelGameRankVo
+	6,   // 1007: gorpc.GoGameClient.RelGameRankUpdate:output_type -> gorpc.Empty
+	6,   // 1008: gorpc.GoGameClient.RelGameRankDel:output_type -> gorpc.Empty
+	23,  // 1009: gorpc.GoGameClient.RelGameRankGet:output_type -> gorpc.RelGameRankVo
+	26,  // 1010: gorpc.GoGameClient.RelGameRankList:output_type -> gorpc.RelGameRankListRes
+	27,  // 1011: gorpc.GoGameClient.RelGameVpnGroupAdd:output_type -> gorpc.RelGameVpnGroupVo
+	6,   // 1012: gorpc.GoGameClient.RelGameVpnGroupUpdate:output_type -> gorpc.Empty
+	6,   // 1013: gorpc.GoGameClient.RelGameVpnGroupDel:output_type -> gorpc.Empty
+	27,  // 1014: gorpc.GoGameClient.RelGameVpnGroupGet:output_type -> gorpc.RelGameVpnGroupVo
+	30,  // 1015: gorpc.GoGameClient.RelGameVpnGroupList:output_type -> gorpc.RelGameVpnGroupListRes
+	35,  // 1016: gorpc.GoGameClient.GameCustomerList:output_type -> gorpc.GameCustomerListRes
+	36,  // 1017: gorpc.GoGameClient.GameCustomerAdd:output_type -> gorpc.GameCustomerAddResp
+	6,   // 1018: gorpc.GoGameClient.GameCustomerDel:output_type -> gorpc.Empty
+	37,  // 1019: gorpc.GoGameClient.GameCategoryAdd:output_type -> gorpc.GameCategoryVo
+	6,   // 1020: gorpc.GoGameClient.GameCategoryUpdate:output_type -> gorpc.Empty
+	6,   // 1021: gorpc.GoGameClient.GameCategoryDel:output_type -> gorpc.Empty
+	37,  // 1022: gorpc.GoGameClient.GameCategoryGet:output_type -> gorpc.GameCategoryVo
+	40,  // 1023: gorpc.GoGameClient.GameCategoryList:output_type -> gorpc.GameCategoryListRes
+	40,  // 1024: gorpc.GoGameClient.GameCategoryAll:output_type -> gorpc.GameCategoryListRes
+	49,  // 1025: gorpc.GoPlanClient.ServiceTypesAdd:output_type -> gorpc.ServiceTypesAddResp
+	51,  // 1026: gorpc.GoPlanClient.ServiceTypesUpdate:output_type -> gorpc.ServiceTypesUpdateResp
+	6,   // 1027: gorpc.GoPlanClient.ServiceTypesDel:output_type -> gorpc.Empty
+	45,  // 1028: gorpc.GoPlanClient.ServiceTypesGet:output_type -> gorpc.ServiceTypesGetResp
+	47,  // 1029: gorpc.GoPlanClient.ServiceTypesGetWithValue:output_type -> gorpc.ServiceTypesGetWithValueResp
+	54,  // 1030: gorpc.GoPlanClient.ServiceTypesList:output_type -> gorpc.ServiceTypesListResp
+	56,  // 1031: gorpc.GoPlanClient.ServiceTypesListWithValue:output_type -> gorpc.ServiceTypesListWithValueResp
+	66,  // 1032: gorpc.GoPlanClient.ServiceBoxAdd:output_type -> gorpc.ServiceBoxAddResp
+	68,  // 1033: gorpc.GoPlanClient.ServiceBoxAddWithDetails:output_type -> gorpc.ServiceBoxAddWithDetailsResp
+	70,  // 1034: gorpc.GoPlanClient.ServiceBoxUpdate:output_type -> gorpc.ServiceBoxUpdateResp
+	72,  // 1035: gorpc.GoPlanClient.ServiceBoxUpdateWithDetails:output_type -> gorpc.ServiceBoxUpdateWithDetailsResp
+	6,   // 1036: gorpc.GoPlanClient.ServiceBoxDel:output_type -> gorpc.Empty
+	62,  // 1037: gorpc.GoPlanClient.ServiceBoxGet:output_type -> gorpc.ServiceBoxGetResp
+	64,  // 1038: gorpc.GoPlanClient.ServiceBoxGetWithDetails:output_type -> gorpc.ServiceBoxGetWithDetailsResp
+	75,  // 1039: gorpc.GoPlanClient.ServiceBoxList:output_type -> gorpc.ServiceBoxListResp
+	77,  // 1040: gorpc.GoPlanClient.ServiceBoxListWithDetails:output_type -> gorpc.ServiceBoxListWithDetailsResp
+	82,  // 1041: gorpc.GoPlanClient.ServiceBoxTypesAdd:output_type -> gorpc.ServiceBoxTypesAddResp
+	84,  // 1042: gorpc.GoPlanClient.ServiceBoxTypesUpdate:output_type -> gorpc.ServiceBoxTypesUpdateResp
+	6,   // 1043: gorpc.GoPlanClient.ServiceBoxTypesDel:output_type -> gorpc.Empty
+	80,  // 1044: gorpc.GoPlanClient.ServiceBoxTypesGet:output_type -> gorpc.ServiceBoxTypesGetResp
+	87,  // 1045: gorpc.GoPlanClient.ServiceBoxTypesList:output_type -> gorpc.ServiceBoxTypesListResp
+	98,  // 1046: gorpc.GoPlanClient.ServicePlanAdd:output_type -> gorpc.ServicePlanAddResp
+	100, // 1047: gorpc.GoPlanClient.ServicePlanAddWithBoxes:output_type -> gorpc.ServicePlanAddWithBoxesResp
+	102, // 1048: gorpc.GoPlanClient.ServicePlanAddWithBoxesAndDetails:output_type -> gorpc.ServicePlanAddWithBoxesAndDetailsResp
+	104, // 1049: gorpc.GoPlanClient.ServicePlanUpdate:output_type -> gorpc.ServicePlanUpdateResp
+	106, // 1050: gorpc.GoPlanClient.ServicePlanUpdateWithBoxes:output_type -> gorpc.ServicePlanUpdateWithBoxesResp
+	108, // 1051: gorpc.GoPlanClient.ServicePlanUpdateWithBoxesAndDetails:output_type -> gorpc.ServicePlanUpdateWithBoxesAndDetailsResp
+	6,   // 1052: gorpc.GoPlanClient.ServicePlanDel:output_type -> gorpc.Empty
+	92,  // 1053: gorpc.GoPlanClient.ServicePlanGet:output_type -> gorpc.ServicePlanGetResp
+	94,  // 1054: gorpc.GoPlanClient.ServicePlanGetWithBoxes:output_type -> gorpc.ServicePlanGetWithBoxesResp
+	96,  // 1055: gorpc.GoPlanClient.ServicePlanGetWithBoxesAndDetails:output_type -> gorpc.ServicePlanGetWithBoxesAndDetailsResp
+	111, // 1056: gorpc.GoPlanClient.ServicePlanList:output_type -> gorpc.ServicePlanListResp
+	113, // 1057: gorpc.GoPlanClient.ServicePlanListWithBoxes:output_type -> gorpc.ServicePlanListWithBoxesResp
+	115, // 1058: gorpc.GoPlanClient.ServicePlanListWithBoxesAndDetails:output_type -> gorpc.ServicePlanListWithBoxesAndDetailsResp
+	120, // 1059: gorpc.GoPlanClient.ServicePlanBoxesAdd:output_type -> gorpc.ServicePlanBoxesAddResp
+	122, // 1060: gorpc.GoPlanClient.ServicePlanBoxesUpdate:output_type -> gorpc.ServicePlanBoxesUpdateResp
+	6,   // 1061: gorpc.GoPlanClient.ServicePlanBoxesDel:output_type -> gorpc.Empty
+	118, // 1062: gorpc.GoPlanClient.ServicePlanBoxesGet:output_type -> gorpc.ServicePlanBoxesGetResp
+	125, // 1063: gorpc.GoPlanClient.ServicePlanBoxesList:output_type -> gorpc.ServicePlanBoxesListResp
+	139, // 1064: gorpc.GoPlanClient.ServicePlanChannelAdd:output_type -> gorpc.ServicePlanChannelAddResp
+	141, // 1065: gorpc.GoPlanClient.ServicePlanChannelUpdate:output_type -> gorpc.ServicePlanChannelUpdateResp
+	6,   // 1066: gorpc.GoPlanClient.ServicePlanChannelDel:output_type -> gorpc.Empty
+	131, // 1067: gorpc.GoPlanClient.ServicePlanChannelGet:output_type -> gorpc.ServicePlanChannelGetResp
+	133, // 1068: gorpc.GoPlanClient.ServicePlanChannelGetWithPlan:output_type -> gorpc.ServicePlanChannelGetWithPlanResp
+	135, // 1069: gorpc.GoPlanClient.ServicePlanChannelGetWithPlanAndBoxes:output_type -> gorpc.ServicePlanChannelGetWithPlanAndBoxesResp
+	137, // 1070: gorpc.GoPlanClient.ServicePlanChannelGetWithPlanAndBoxesAndDetails:output_type -> gorpc.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp
+	144, // 1071: gorpc.GoPlanClient.ServicePlanChannelList:output_type -> gorpc.ServicePlanChannelListResp
+	146, // 1072: gorpc.GoPlanClient.ServicePlanChannelListWithPlan:output_type -> gorpc.ServicePlanChannelListWithPlanResp
+	148, // 1073: gorpc.GoPlanClient.ServicePlanChannelListWithPlanAndBoxes:output_type -> gorpc.ServicePlanChannelListWithPlanAndBoxesResp
+	150, // 1074: gorpc.GoPlanClient.ServicePlanChannelListWithPlanAndBoxesAndDetails:output_type -> gorpc.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp
+	16,  // 1075: gorpc.GoPmpClient.Ping:output_type -> gorpc.Response
+	153, // 1076: gorpc.GoPmpClient.GlobalParamAdd:output_type -> gorpc.GlobalParamVo
+	153, // 1077: gorpc.GoPmpClient.GlobalParamUpdate:output_type -> gorpc.GlobalParamVo
+	6,   // 1078: gorpc.GoPmpClient.GlobalParamDel:output_type -> gorpc.Empty
+	153, // 1079: gorpc.GoPmpClient.GlobalParamGet:output_type -> gorpc.GlobalParamVo
+	153, // 1080: gorpc.GoPmpClient.GlobalParamGetWithLang:output_type -> gorpc.GlobalParamVo
+	156, // 1081: gorpc.GoPmpClient.GlobalParamList:output_type -> gorpc.GlobalParamListResp
+	157, // 1082: gorpc.GoPmpClient.ProductAdd:output_type -> gorpc.ProductVo
+	157, // 1083: gorpc.GoPmpClient.ProductUpdate:output_type -> gorpc.ProductVo
+	6,   // 1084: gorpc.GoPmpClient.ProductDel:output_type -> gorpc.Empty
+	157, // 1085: gorpc.GoPmpClient.ProductGet:output_type -> gorpc.ProductVo
+	159, // 1086: gorpc.GoPmpClient.ProductList:output_type -> gorpc.ProductListResp
+	159, // 1087: gorpc.GoPmpClient.ProductAll:output_type -> gorpc.ProductListResp
+	160, // 1088: gorpc.GoPmpClient.ProductParamAdd:output_type -> gorpc.ProductParamVo
+	160, // 1089: gorpc.GoPmpClient.ProductParamUpdate:output_type -> gorpc.ProductParamVo
+	6,   // 1090: gorpc.GoPmpClient.ProductParamDel:output_type -> gorpc.Empty
+	160, // 1091: gorpc.GoPmpClient.ProductParamGet:output_type -> gorpc.ProductParamVo
+	160, // 1092: gorpc.GoPmpClient.ProductParamGetWithLang:output_type -> gorpc.ProductParamVo
+	163, // 1093: gorpc.GoPmpClient.ProductParamList:output_type -> gorpc.ProductParamListResp
+	164, // 1094: gorpc.GoPmpClient.ProductActionAdd:output_type -> gorpc.ProductActionVo
+	164, // 1095: gorpc.GoPmpClient.ProductActionUpdate:output_type -> gorpc.ProductActionVo
+	6,   // 1096: gorpc.GoPmpClient.ProductActionDel:output_type -> gorpc.Empty
+	164, // 1097: gorpc.GoPmpClient.ProductActionGet:output_type -> gorpc.ProductActionVo
+	167, // 1098: gorpc.GoPmpClient.ProductActionList:output_type -> gorpc.ProductActionListResp
+	168, // 1099: gorpc.GoPmpClient.ProductActionGroupAdd:output_type -> gorpc.ProductActionGroupVo
+	168, // 1100: gorpc.GoPmpClient.ProductActionGroupUpdate:output_type -> gorpc.ProductActionGroupVo
+	6,   // 1101: gorpc.GoPmpClient.ProductActionGroupDel:output_type -> gorpc.Empty
+	168, // 1102: gorpc.GoPmpClient.ProductActionGroupGet:output_type -> gorpc.ProductActionGroupVo
+	171, // 1103: gorpc.GoPmpClient.ProductActionGroupList:output_type -> gorpc.ProductActionGroupListResp
+	6,   // 1104: gorpc.GoPmpClient.ProductActionGroupDisable:output_type -> gorpc.Empty
+	6,   // 1105: gorpc.GoPmpClient.ProductActionGroupEnable:output_type -> gorpc.Empty
+	174, // 1106: gorpc.GoPmpClient.ProductActionPolicyGroupAdd:output_type -> gorpc.ProductActionPolicyGroupVo
+	174, // 1107: gorpc.GoPmpClient.ProductActionPolicyGroupUpdate:output_type -> gorpc.ProductActionPolicyGroupVo
+	6,   // 1108: gorpc.GoPmpClient.ProductActionPolicyGroupDel:output_type -> gorpc.Empty
+	174, // 1109: gorpc.GoPmpClient.ProductActionPolicyGroupGet:output_type -> gorpc.ProductActionPolicyGroupVo
+	177, // 1110: gorpc.GoPmpClient.ProductActionPolicyGroupList:output_type -> gorpc.ProductActionPolicyGroupListResp
+	6,   // 1111: gorpc.GoPmpClient.ProductActionPolicyGroupDisable:output_type -> gorpc.Empty
+	6,   // 1112: gorpc.GoPmpClient.ProductActionPolicyGroupEnable:output_type -> gorpc.Empty
+	180, // 1113: gorpc.GoPmpClient.ProductActionTypeAdd:output_type -> gorpc.ProductActionTypeVo
+	180, // 1114: gorpc.GoPmpClient.ProductActionTypeUpdate:output_type -> gorpc.ProductActionTypeVo
+	6,   // 1115: gorpc.GoPmpClient.ProductActionTypeDel:output_type -> gorpc.Empty
+	180, // 1116: gorpc.GoPmpClient.ProductActionTypeGet:output_type -> gorpc.ProductActionTypeVo
+	183, // 1117: gorpc.GoPmpClient.ProductActionTypeList:output_type -> gorpc.ProductActionTypeListResp
+	184, // 1118: gorpc.GoPmpClient.AreaParamAdd:output_type -> gorpc.AreaParamVo
+	184, // 1119: gorpc.GoPmpClient.AreaParamUpdate:output_type -> gorpc.AreaParamVo
+	6,   // 1120: gorpc.GoPmpClient.AreaParamDel:output_type -> gorpc.Empty
+	184, // 1121: gorpc.GoPmpClient.AreaParamGet:output_type -> gorpc.AreaParamVo
+	186, // 1122: gorpc.GoPmpClient.AreaParamList:output_type -> gorpc.AreaParamListResp
+	187, // 1123: gorpc.GoPmpClient.NationalLanguageAdd:output_type -> gorpc.NationalLanguageVo
+	187, // 1124: gorpc.GoPmpClient.NationalLanguageUpdate:output_type -> gorpc.NationalLanguageVo
+	6,   // 1125: gorpc.GoPmpClient.NationalLanguageDel:output_type -> gorpc.Empty
+	187, // 1126: gorpc.GoPmpClient.NationalLanguageGet:output_type -> gorpc.NationalLanguageVo
+	189, // 1127: gorpc.GoPmpClient.NationalLanguageList:output_type -> gorpc.NationalLanguageListResp
+	190, // 1128: gorpc.GoPmpClient.TipAdd:output_type -> gorpc.TipVo
+	190, // 1129: gorpc.GoPmpClient.TipUpdate:output_type -> gorpc.TipVo
+	6,   // 1130: gorpc.GoPmpClient.TipDel:output_type -> gorpc.Empty
+	190, // 1131: gorpc.GoPmpClient.TipGet:output_type -> gorpc.TipVo
+	193, // 1132: gorpc.GoPmpClient.TipList:output_type -> gorpc.TipListResp
+	194, // 1133: gorpc.GoPmpClient.DictAdd:output_type -> gorpc.DictVo
+	194, // 1134: gorpc.GoPmpClient.DictUpdate:output_type -> gorpc.DictVo
+	6,   // 1135: gorpc.GoPmpClient.DictDel:output_type -> gorpc.Empty
+	194, // 1136: gorpc.GoPmpClient.DictGet:output_type -> gorpc.DictVo
+	197, // 1137: gorpc.GoPmpClient.DictList:output_type -> gorpc.DictListResp
+	198, // 1138: gorpc.GoPmpClient.UpgradePkgPlanAdd:output_type -> gorpc.UpgradePkgPlanVo
+	198, // 1139: gorpc.GoPmpClient.UpgradePkgPlanUpdate:output_type -> gorpc.UpgradePkgPlanVo
+	6,   // 1140: gorpc.GoPmpClient.UpgradePkgPlanDel:output_type -> gorpc.Empty
+	198, // 1141: gorpc.GoPmpClient.UpgradePkgPlanGet:output_type -> gorpc.UpgradePkgPlanVo
+	200, // 1142: gorpc.GoPmpClient.UpgradePkgPlanList:output_type -> gorpc.UpgradePkgPlanListResp
+	201, // 1143: gorpc.GoPmpClient.UpgradePkgPlanDetailAdd:output_type -> gorpc.UpgradePkgPlanDetailVo
+	201, // 1144: gorpc.GoPmpClient.UpgradePkgPlanDetailUpdate:output_type -> gorpc.UpgradePkgPlanDetailVo
+	6,   // 1145: gorpc.GoPmpClient.UpgradePkgPlanDetailDel:output_type -> gorpc.Empty
+	201, // 1146: gorpc.GoPmpClient.UpgradePkgPlanDetailGet:output_type -> gorpc.UpgradePkgPlanDetailVo
+	203, // 1147: gorpc.GoPmpClient.UpgradePkgPlanDetailList:output_type -> gorpc.UpgradePkgPlanDetailListResp
+	204, // 1148: gorpc.GoPmpClient.UpgradeResPlanAdd:output_type -> gorpc.UpgradeResPlanVo
+	204, // 1149: gorpc.GoPmpClient.UpgradeResPlanUpdate:output_type -> gorpc.UpgradeResPlanVo
+	6,   // 1150: gorpc.GoPmpClient.UpgradeResPlanDel:output_type -> gorpc.Empty
+	204, // 1151: gorpc.GoPmpClient.UpgradeResPlanGet:output_type -> gorpc.UpgradeResPlanVo
+	206, // 1152: gorpc.GoPmpClient.UpgradeResPlanList:output_type -> gorpc.UpgradeResPlanListResp
+	207, // 1153: gorpc.GoPmpClient.UpgradeResPlanDetailAdd:output_type -> gorpc.UpgradeResPlanDetailVo
+	207, // 1154: gorpc.GoPmpClient.UpgradeResPlanDetailUpdate:output_type -> gorpc.UpgradeResPlanDetailVo
+	6,   // 1155: gorpc.GoPmpClient.UpgradeResPlanDetailDel:output_type -> gorpc.Empty
+	207, // 1156: gorpc.GoPmpClient.UpgradeResPlanDetailGet:output_type -> gorpc.UpgradeResPlanDetailVo
+	209, // 1157: gorpc.GoPmpClient.UpgradeResPlanDetailList:output_type -> gorpc.UpgradeResPlanDetailListResp
+	210, // 1158: gorpc.GoPmpClient.AdPlanAdd:output_type -> gorpc.AdPlanVo
+	210, // 1159: gorpc.GoPmpClient.AdPlanUpdate:output_type -> gorpc.AdPlanVo
+	6,   // 1160: gorpc.GoPmpClient.AdPlanDel:output_type -> gorpc.Empty
+	210, // 1161: gorpc.GoPmpClient.AdPlanGet:output_type -> gorpc.AdPlanVo
+	212, // 1162: gorpc.GoPmpClient.AdPlanList:output_type -> gorpc.AdPlanListResp
+	213, // 1163: gorpc.GoPmpClient.AdPlanDetailAdd:output_type -> gorpc.AdPlanDetailVo
+	213, // 1164: gorpc.GoPmpClient.AdPlanDetailUpdate:output_type -> gorpc.AdPlanDetailVo
+	6,   // 1165: gorpc.GoPmpClient.AdPlanDetailDel:output_type -> gorpc.Empty
+	213, // 1166: gorpc.GoPmpClient.AdPlanDetailGet:output_type -> gorpc.AdPlanDetailVo
+	215, // 1167: gorpc.GoPmpClient.AdPlanDetailList:output_type -> gorpc.AdPlanDetailListResp
+	216, // 1168: gorpc.GoPmpClient.AdGlobalConfigGet:output_type -> gorpc.AdGlobalConfigVo
+	216, // 1169: gorpc.GoPmpClient.AdGlobalConfigUpdate:output_type -> gorpc.AdGlobalConfigVo
+	218, // 1170: gorpc.GoPmpClient.JobBatchAdd:output_type -> gorpc.JobBatchVo
+	219, // 1171: gorpc.GoPmpClient.JobBatchAddWithTasks:output_type -> gorpc.JobBatchWithTasksVo
+	218, // 1172: gorpc.GoPmpClient.JobBatchUpdate:output_type -> gorpc.JobBatchVo
+	6,   // 1173: gorpc.GoPmpClient.JobBatchDel:output_type -> gorpc.Empty
+	218, // 1174: gorpc.GoPmpClient.JobBatchGet:output_type -> gorpc.JobBatchVo
+	219, // 1175: gorpc.GoPmpClient.JobBatchGetWithTasks:output_type -> gorpc.JobBatchWithTasksVo
+	222, // 1176: gorpc.GoPmpClient.JobBatchList:output_type -> gorpc.JobBatchListResp
+	223, // 1177: gorpc.GoPmpClient.JobBatchListWithTasks:output_type -> gorpc.JobBatchListWithTasksResp
+	224, // 1178: gorpc.GoPmpClient.JobTasksAdd:output_type -> gorpc.JobTasksVo
+	224, // 1179: gorpc.GoPmpClient.JobTasksUpdate:output_type -> gorpc.JobTasksVo
+	6,   // 1180: gorpc.GoPmpClient.JobTasksDel:output_type -> gorpc.Empty
+	224, // 1181: gorpc.GoPmpClient.JobTasksGet:output_type -> gorpc.JobTasksVo
+	226, // 1182: gorpc.GoPmpClient.JobTasksList:output_type -> gorpc.JobTasksListResp
+	227, // 1183: gorpc.GoPmpClient.DeployConfigAdd:output_type -> gorpc.DeployConfigVo
+	227, // 1184: gorpc.GoPmpClient.DeployConfigUpdate:output_type -> gorpc.DeployConfigVo
+	6,   // 1185: gorpc.GoPmpClient.DeployConfigDel:output_type -> gorpc.Empty
+	227, // 1186: gorpc.GoPmpClient.DeployConfigGet:output_type -> gorpc.DeployConfigVo
+	229, // 1187: gorpc.GoPmpClient.DeployConfigList:output_type -> gorpc.DeployConfigListResp
+	230, // 1188: gorpc.GoPmpClient.OperationLogAdd:output_type -> gorpc.OperationLogVo
+	230, // 1189: gorpc.GoPmpClient.OperationLogUpdate:output_type -> gorpc.OperationLogVo
+	230, // 1190: gorpc.GoPmpClient.OperationLogGet:output_type -> gorpc.OperationLogVo
+	232, // 1191: gorpc.GoPmpClient.OperationLogList:output_type -> gorpc.OperationLogListResp
+	233, // 1192: gorpc.GoPmpClient.AnnouncePlanAdd:output_type -> gorpc.AnnouncePlanVo
+	233, // 1193: gorpc.GoPmpClient.AnnouncePlanUpdate:output_type -> gorpc.AnnouncePlanVo
+	6,   // 1194: gorpc.GoPmpClient.AnnouncePlanDel:output_type -> gorpc.Empty
+	233, // 1195: gorpc.GoPmpClient.AnnouncePlanGet:output_type -> gorpc.AnnouncePlanVo
+	235, // 1196: gorpc.GoPmpClient.AnnouncePlanList:output_type -> gorpc.AnnouncePlanListResp
+	236, // 1197: gorpc.GoPmpClient.AnnouncePlanDetailAdd:output_type -> gorpc.AnnouncePlanDetailVo
+	236, // 1198: gorpc.GoPmpClient.AnnouncePlanDetailUpdate:output_type -> gorpc.AnnouncePlanDetailVo
+	6,   // 1199: gorpc.GoPmpClient.AnnouncePlanDetailDel:output_type -> gorpc.Empty
+	236, // 1200: gorpc.GoPmpClient.AnnouncePlanDetailGet:output_type -> gorpc.AnnouncePlanDetailVo
+	238, // 1201: gorpc.GoPmpClient.AnnouncePlanDetailList:output_type -> gorpc.AnnouncePlanDetailListResp
+	239, // 1202: gorpc.GoPmpClient.MessagePushAdd:output_type -> gorpc.MessagePushVo
+	239, // 1203: gorpc.GoPmpClient.MessagePushUpdate:output_type -> gorpc.MessagePushVo
+	241, // 1204: gorpc.GoPmpClient.MessagePushList:output_type -> gorpc.MessagePushListResp
+	249, // 1205: gorpc.GoShortDramaClient.ShortDramaAdd:output_type -> gorpc.ShortDramaVo
+	6,   // 1206: gorpc.GoShortDramaClient.ShortDramaUpdate:output_type -> gorpc.Empty
+	6,   // 1207: gorpc.GoShortDramaClient.ShortDramaDel:output_type -> gorpc.Empty
+	249, // 1208: gorpc.GoShortDramaClient.ShortDramaGet:output_type -> gorpc.ShortDramaVo
+	252, // 1209: gorpc.GoShortDramaClient.ShortDramaList:output_type -> gorpc.ShortDramaListResp
+	6,   // 1210: gorpc.GoShortDramaClient.ShortDramaUpdateModifier:output_type -> gorpc.Empty
+	6,   // 1211: gorpc.GoShortDramaClient.ShortDramaUpdateReleaseRegions:output_type -> gorpc.Empty
+	263, // 1212: gorpc.GoShortDramaClient.ShortDramaFindIdsWithCopyright:output_type -> gorpc.ShortDramaFindIdsWithCopyrightResp
+	269, // 1213: gorpc.GoShortDramaClient.ShortDramaFindSchedulePublishList:output_type -> gorpc.FindSchedulePublishListResp
+	6,   // 1214: gorpc.GoShortDramaClient.ShortDramaPublishSchedule:output_type -> gorpc.Empty
+	254, // 1215: gorpc.GoShortDramaClient.ShortDramaLanguageList:output_type -> gorpc.ShortDramaLanguageListResp
+	242, // 1216: gorpc.GoShortDramaClient.ShortDramaEpisodeAdd:output_type -> gorpc.ShortDramaEpisodeVo
+	6,   // 1217: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchAdd:output_type -> gorpc.Empty
+	6,   // 1218: gorpc.GoShortDramaClient.ShortDramaEpisodeUpdate:output_type -> gorpc.Empty
+	6,   // 1219: gorpc.GoShortDramaClient.ShortDramaEpisodeDel:output_type -> gorpc.Empty
+	242, // 1220: gorpc.GoShortDramaClient.ShortDramaEpisodeGet:output_type -> gorpc.ShortDramaEpisodeVo
+	245, // 1221: gorpc.GoShortDramaClient.ShortDramaEpisodeList:output_type -> gorpc.ShortDramaEpisodeListResp
+	6,   // 1222: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchRefreshUpdateTime:output_type -> gorpc.Empty
+	257, // 1223: gorpc.GoShortDramaClient.ShortDramaEpisodeCount:output_type -> gorpc.ShortDramaEpisodeCountResp
+	259, // 1224: gorpc.GoShortDramaClient.ShortDramaCheckName:output_type -> gorpc.ShortDramaCheckNameResp
+	6,   // 1225: gorpc.GoShortDramaClient.SetTotalStats:output_type -> gorpc.Empty
+	267, // 1226: gorpc.GoShortDramaClient.ShortDramaStatsPlaysTotalList:output_type -> gorpc.ShortDramaStatsPlaysTotalListResp
+	16,  // 1227: gorpc.GoSysClient.Ping:output_type -> gorpc.Response
+	271, // 1228: gorpc.GoSysClient.SysUserAdd:output_type -> gorpc.SysUserVo
+	271, // 1229: gorpc.GoSysClient.SysUserUpdate:output_type -> gorpc.SysUserVo
+	6,   // 1230: gorpc.GoSysClient.SysUserDelete:output_type -> gorpc.Empty
+	271, // 1231: gorpc.GoSysClient.SysUserGet:output_type -> gorpc.SysUserVo
+	282, // 1232: gorpc.GoSysClient.SysUserList:output_type -> gorpc.SysUserListResp
+	279, // 1233: gorpc.GoSysClient.SysUserAddWithRolesAndPerms:output_type -> gorpc.SysUserWithRolesAndPerms
+	279, // 1234: gorpc.GoSysClient.SysUserUpdateWithRolesAndPerms:output_type -> gorpc.SysUserWithRolesAndPerms
+	279, // 1235: gorpc.GoSysClient.SysUserGetWithRolesAndPerms:output_type -> gorpc.SysUserWithRolesAndPerms
+	283, // 1236: gorpc.GoSysClient.SysUserListWithRolesAndPerms:output_type -> gorpc.SysUserListWithRolesAndPermsResp
+	272, // 1237: gorpc.GoSysClient.SysRoleAdd:output_type -> gorpc.SysRoleVo
+	272, // 1238: gorpc.GoSysClient.SysRoleUpdate:output_type -> gorpc.SysRoleVo
+	6,   // 1239: gorpc.GoSysClient.SysRoleDelete:output_type -> gorpc.Empty
+	272, // 1240: gorpc.GoSysClient.SysRoleGet:output_type -> gorpc.SysRoleVo
+	288, // 1241: gorpc.GoSysClient.SysRoleList:output_type -> gorpc.SysRoleListResp
+	285, // 1242: gorpc.GoSysClient.SysRoleAddWithPerms:output_type -> gorpc.SysRoleWithPerms
+	285, // 1243: gorpc.GoSysClient.SysRoleUpdateWithPerms:output_type -> gorpc.SysRoleWithPerms
+	285, // 1244: gorpc.GoSysClient.SysRoleGetWithPerms:output_type -> gorpc.SysRoleWithPerms
+	289, // 1245: gorpc.GoSysClient.SysRoleListWithPerms:output_type -> gorpc.SysRoleListWithPermsResp
+	273, // 1246: gorpc.GoSysClient.SysPermAdd:output_type -> gorpc.SysPermVo
+	273, // 1247: gorpc.GoSysClient.SysPermUpdate:output_type -> gorpc.SysPermVo
+	6,   // 1248: gorpc.GoSysClient.SysPermDelete:output_type -> gorpc.Empty
+	273, // 1249: gorpc.GoSysClient.SysPermGet:output_type -> gorpc.SysPermVo
+	292, // 1250: gorpc.GoSysClient.SysPermList:output_type -> gorpc.SysPermListResp
+	274, // 1251: gorpc.GoSysClient.SysUserRoleAdd:output_type -> gorpc.SysUserRoleVo
+	274, // 1252: gorpc.GoSysClient.SysUserRoleUpdate:output_type -> gorpc.SysUserRoleVo
+	6,   // 1253: gorpc.GoSysClient.SysUserRoleDelete:output_type -> gorpc.Empty
+	274, // 1254: gorpc.GoSysClient.SysUserRoleGet:output_type -> gorpc.SysUserRoleVo
+	295, // 1255: gorpc.GoSysClient.SysUserRoleList:output_type -> gorpc.SysUserRoleListResp
+	275, // 1256: gorpc.GoSysClient.SysRolePermAdd:output_type -> gorpc.SysRolePermVo
+	275, // 1257: gorpc.GoSysClient.SysRolePermUpdate:output_type -> gorpc.SysRolePermVo
+	6,   // 1258: gorpc.GoSysClient.SysRolePermDelete:output_type -> gorpc.Empty
+	275, // 1259: gorpc.GoSysClient.SysRolePermGet:output_type -> gorpc.SysRolePermVo
+	298, // 1260: gorpc.GoSysClient.SysRolePermList:output_type -> gorpc.SysRolePermListResp
+	276, // 1261: gorpc.GoSysClient.SysUserPermAdd:output_type -> gorpc.SysUserPermVo
+	276, // 1262: gorpc.GoSysClient.SysUserPermUpdate:output_type -> gorpc.SysUserPermVo
+	6,   // 1263: gorpc.GoSysClient.SysUserPermDelete:output_type -> gorpc.Empty
+	276, // 1264: gorpc.GoSysClient.SysUserPermGet:output_type -> gorpc.SysUserPermVo
+	301, // 1265: gorpc.GoSysClient.SysUserPermList:output_type -> gorpc.SysUserPermListResp
+	16,  // 1266: gorpc.GoUserClient.Ping:output_type -> gorpc.Response
+	341, // 1267: gorpc.GoUserClient.UserAppConfigAdd:output_type -> gorpc.UserAppConfigVo
+	341, // 1268: gorpc.GoUserClient.UserAppConfigUpdate:output_type -> gorpc.UserAppConfigVo
+	6,   // 1269: gorpc.GoUserClient.UserAppConfigDel:output_type -> gorpc.Empty
+	341, // 1270: gorpc.GoUserClient.UserAppConfigGet:output_type -> gorpc.UserAppConfigVo
+	344, // 1271: gorpc.GoUserClient.UserAppConfigList:output_type -> gorpc.UserAppConfigListRes
+	338, // 1272: gorpc.GoUserClient.DeviceAdd:output_type -> gorpc.DeviceVo
+	338, // 1273: gorpc.GoUserClient.DeviceUpdate:output_type -> gorpc.DeviceVo
+	6,   // 1274: gorpc.GoUserClient.DeviceDel:output_type -> gorpc.Empty
+	338, // 1275: gorpc.GoUserClient.DeviceGet:output_type -> gorpc.DeviceVo
+	340, // 1276: gorpc.GoUserClient.DeviceList:output_type -> gorpc.DeviceListRes
+	304, // 1277: gorpc.GoUserClient.AccountAdd:output_type -> gorpc.AccountVo
+	304, // 1278: gorpc.GoUserClient.AccountUpdate:output_type -> gorpc.AccountVo
+	6,   // 1279: gorpc.GoUserClient.AccountDel:output_type -> gorpc.Empty
+	304, // 1280: gorpc.GoUserClient.AccountGet:output_type -> gorpc.AccountVo
+	306, // 1281: gorpc.GoUserClient.AccountList:output_type -> gorpc.AccountListResp
+	307, // 1282: gorpc.GoUserClient.AccountDeviceAdd:output_type -> gorpc.AccountDeviceVo
+	307, // 1283: gorpc.GoUserClient.AccountDeviceUpdate:output_type -> gorpc.AccountDeviceVo
+	6,   // 1284: gorpc.GoUserClient.AccountDeviceDel:output_type -> gorpc.Empty
+	307, // 1285: gorpc.GoUserClient.AccountDeviceGet:output_type -> gorpc.AccountDeviceVo
+	309, // 1286: gorpc.GoUserClient.AccountDeviceList:output_type -> gorpc.AccountDeviceListResp
+	313, // 1287: gorpc.GoUserClient.UserWhiteAdd:output_type -> gorpc.UserWhiteAddResp
+	317, // 1288: gorpc.GoUserClient.UserWhiteUpdate:output_type -> gorpc.UserWhiteUpdateResp
+	6,   // 1289: gorpc.GoUserClient.UserWhiteDel:output_type -> gorpc.Empty
+	315, // 1290: gorpc.GoUserClient.UserWhiteGet:output_type -> gorpc.UserWhiteGetResp
+	311, // 1291: gorpc.GoUserClient.UserWhiteList:output_type -> gorpc.UserWhiteListResp
+	322, // 1292: gorpc.GoUserClient.UserTestAdd:output_type -> gorpc.UserTestAddResp
+	326, // 1293: gorpc.GoUserClient.UserTestUpdate:output_type -> gorpc.UserTestUpdateResp
+	6,   // 1294: gorpc.GoUserClient.UserTestDel:output_type -> gorpc.Empty
+	324, // 1295: gorpc.GoUserClient.UserTestGet:output_type -> gorpc.UserTestGetResp
+	320, // 1296: gorpc.GoUserClient.UserTestList:output_type -> gorpc.UserTestListResp
+	347, // 1297: gorpc.GoUserClient.UserAdd:output_type -> gorpc.UserAddResp
+	349, // 1298: gorpc.GoUserClient.UserUpdate:output_type -> gorpc.UserUpdateResp
+	6,   // 1299: gorpc.GoUserClient.UserDel:output_type -> gorpc.Empty
+	352, // 1300: gorpc.GoUserClient.UserGet:output_type -> gorpc.UserGetResp
+	354, // 1301: gorpc.GoUserClient.UserList:output_type -> gorpc.UserListResp
+	357, // 1302: gorpc.GoUserClient.UserCredentialAdd:output_type -> gorpc.UserCredentialAddResp
+	359, // 1303: gorpc.GoUserClient.UserCredentialUpdate:output_type -> gorpc.UserCredentialUpdateResp
+	6,   // 1304: gorpc.GoUserClient.UserCredentialDel:output_type -> gorpc.Empty
+	362, // 1305: gorpc.GoUserClient.UserCredentialGet:output_type -> gorpc.UserCredentialGetResp
+	364, // 1306: gorpc.GoUserClient.UserCredentialList:output_type -> gorpc.UserCredentialListResp
+	367, // 1307: gorpc.GoUserClient.UserDeviceAdd:output_type -> gorpc.UserDeviceAddResp
+	369, // 1308: gorpc.GoUserClient.UserDeviceUpdate:output_type -> gorpc.UserDeviceUpdateResp
+	6,   // 1309: gorpc.GoUserClient.UserDeviceDel:output_type -> gorpc.Empty
+	372, // 1310: gorpc.GoUserClient.UserDeviceGet:output_type -> gorpc.UserDeviceGetResp
+	374, // 1311: gorpc.GoUserClient.UserDeviceList:output_type -> gorpc.UserDeviceListResp
+	330, // 1312: gorpc.GoUserClient.UserServiceAdd:output_type -> gorpc.UserServiceAddResp
+	332, // 1313: gorpc.GoUserClient.UserServiceUpdate:output_type -> gorpc.UserServiceUpdateResp
+	6,   // 1314: gorpc.GoUserClient.UserServiceDel:output_type -> gorpc.Empty
+	335, // 1315: gorpc.GoUserClient.UserServiceGet:output_type -> gorpc.UserServiceGetResp
+	337, // 1316: gorpc.GoUserClient.UserServiceList:output_type -> gorpc.UserServiceListResp
+	16,  // 1317: gorpc.GoVpnClient.Ping:output_type -> gorpc.Response
+	6,   // 1318: gorpc.GoVpnClient.Transaction:output_type -> gorpc.Empty
+	375, // 1319: gorpc.GoVpnClient.VpnTagAdd:output_type -> gorpc.VpnTagVo
+	375, // 1320: gorpc.GoVpnClient.VpnTagUpdate:output_type -> gorpc.VpnTagVo
+	6,   // 1321: gorpc.GoVpnClient.VpnTagDel:output_type -> gorpc.Empty
+	375, // 1322: gorpc.GoVpnClient.VpnTagGet:output_type -> gorpc.VpnTagVo
+	378, // 1323: gorpc.GoVpnClient.VpnTagList:output_type -> gorpc.VpnTagListResp
+	380, // 1324: gorpc.GoVpnClient.VpnTagBatchAdd:output_type -> gorpc.VpnTagBatchAddResp
+	382, // 1325: gorpc.GoVpnClient.VpnTagBatchUpdate:output_type -> gorpc.VpnTagBatchUpdateResp
+	384, // 1326: gorpc.GoVpnClient.VpnGroupAdd:output_type -> gorpc.VpnGroupVo
+	6,   // 1327: gorpc.GoVpnClient.VpnGroupUpdate:output_type -> gorpc.Empty
+	6,   // 1328: gorpc.GoVpnClient.VpnGroupDel:output_type -> gorpc.Empty
+	384, // 1329: gorpc.GoVpnClient.VpnGroupGet:output_type -> gorpc.VpnGroupVo
+	389, // 1330: gorpc.GoVpnClient.VpnGroupList:output_type -> gorpc.VpnGroupListResp
+	391, // 1331: gorpc.GoVpnClient.VpnGroupBatchAdd:output_type -> gorpc.VpnGroupBatchAddResp
+	393, // 1332: gorpc.GoVpnClient.VpnGroupBatchUpdate:output_type -> gorpc.VpnGroupBatchUpdateResp
+	395, // 1333: gorpc.GoVpnClient.VpnGroupTagAdd:output_type -> gorpc.VpnGroupTagVo
+	395, // 1334: gorpc.GoVpnClient.VpnGroupTagUpdate:output_type -> gorpc.VpnGroupTagVo
+	6,   // 1335: gorpc.GoVpnClient.VpnGroupTagDel:output_type -> gorpc.Empty
+	395, // 1336: gorpc.GoVpnClient.VpnGroupTagGet:output_type -> gorpc.VpnGroupTagVo
+	397, // 1337: gorpc.GoVpnClient.VpnGroupTagList:output_type -> gorpc.VpnGroupTagListResp
+	398, // 1338: gorpc.GoVpnClient.VpnLocationAdd:output_type -> gorpc.VpnLocationVo
+	6,   // 1339: gorpc.GoVpnClient.VpnLocationUpdate:output_type -> gorpc.Empty
+	6,   // 1340: gorpc.GoVpnClient.VpnLocationDel:output_type -> gorpc.Empty
+	398, // 1341: gorpc.GoVpnClient.VpnLocationGet:output_type -> gorpc.VpnLocationVo
+	402, // 1342: gorpc.GoVpnClient.VpnLocationList:output_type -> gorpc.VpnLocationListResp
+	404, // 1343: gorpc.GoVpnClient.VpnLocationBatchAdd:output_type -> gorpc.VpnLocationBatchAddResp
+	406, // 1344: gorpc.GoVpnClient.VpnLocationBatchUpdate:output_type -> gorpc.VpnLocationBatchUpdateResp
+	413, // 1345: gorpc.GoVpnClient.VpnServerAdd:output_type -> gorpc.VpnServerAddReq
+	413, // 1346: gorpc.GoVpnClient.VpnServerUpdate:output_type -> gorpc.VpnServerAddReq
+	6,   // 1347: gorpc.GoVpnClient.VpnServerDel:output_type -> gorpc.Empty
+	408, // 1348: gorpc.GoVpnClient.VpnServerGet:output_type -> gorpc.VpnServerVo
+	409, // 1349: gorpc.GoVpnClient.VpnServerExGet:output_type -> gorpc.VpnServerExVo
+	411, // 1350: gorpc.GoVpnClient.VpnServerList:output_type -> gorpc.VpnServerListResp
+	412, // 1351: gorpc.GoVpnClient.VpnServerExList:output_type -> gorpc.VpnServerExListResp
+	415, // 1352: gorpc.GoVpnClient.VpnServerBatchAdd:output_type -> gorpc.VpnServerBatchAddResp
+	417, // 1353: gorpc.GoVpnClient.VpnServerBatchUpdate:output_type -> gorpc.VpnServerBatchUpdateResp
+	419, // 1354: gorpc.GoVpnClient.VpnServerLocationAdd:output_type -> gorpc.VpnServerLocationVo
+	6,   // 1355: gorpc.GoVpnClient.VpnServerLocationUpdate:output_type -> gorpc.Empty
+	6,   // 1356: gorpc.GoVpnClient.VpnServerLocationDel:output_type -> gorpc.Empty
+	419, // 1357: gorpc.GoVpnClient.VpnServerLocationGet:output_type -> gorpc.VpnServerLocationVo
+	421, // 1358: gorpc.GoVpnClient.VpnServerLocationList:output_type -> gorpc.VpnServerLocationListResp
+	429, // 1359: gorpc.GoVpnClient.VpnWithIPAndPort:output_type -> gorpc.VpnWithIPAndPortResp
+	424, // 1360: gorpc.GoVpnClient.VpnLocationServerCount:output_type -> gorpc.VpnLocationServerCountResp
+	425, // 1361: gorpc.GoVpnClient.VpnProbeTaskAdd:output_type -> gorpc.VpnProbeTaskVo
+	6,   // 1362: gorpc.GoVpnClient.VpnProbeTaskUpdate:output_type -> gorpc.Empty
+	427, // 1363: gorpc.GoVpnClient.VpnProbeTaskList:output_type -> gorpc.VpnProbeTaskListResp
+	432, // 1364: gorpc.GoVpnClient.VpnipWalledAdd:output_type -> gorpc.VpnipWalledAddResp
+	434, // 1365: gorpc.GoVpnClient.VpnipWalledUpdate:output_type -> gorpc.VpnipWalledUpdateResp
+	6,   // 1366: gorpc.GoVpnClient.VpnipWalledDel:output_type -> gorpc.Empty
+	436, // 1367: gorpc.GoVpnClient.VpnipWalledGet:output_type -> gorpc.VpnipWalledGetResp
+	438, // 1368: gorpc.GoVpnClient.VpnipWalledList:output_type -> gorpc.VpnipWalledListResp
+	440, // 1369: gorpc.GoVpnClient.VpnipWalledBatchAdd:output_type -> gorpc.VpnipWalledBatchAddResp
+	442, // 1370: gorpc.GoVpnClient.VpnipWalledBatchUpdate:output_type -> gorpc.VpnipWalledBatchUpdateResp
+	446, // 1371: gorpc.GoVpnClient.VpnipAdd:output_type -> gorpc.VpnipAddResp
+	448, // 1372: gorpc.GoVpnClient.VpnipExAdd:output_type -> gorpc.VpnipExAddResp
+	450, // 1373: gorpc.GoVpnClient.VpnipUpdate:output_type -> gorpc.VpnipUpdateResp
+	452, // 1374: gorpc.GoVpnClient.VpnipExUpdate:output_type -> gorpc.VpnipExUpdateResp
+	6,   // 1375: gorpc.GoVpnClient.VpnipDel:output_type -> gorpc.Empty
+	454, // 1376: gorpc.GoVpnClient.VpnipGet:output_type -> gorpc.VpnipGetResp
+	455, // 1377: gorpc.GoVpnClient.VpnipExGet:output_type -> gorpc.VpnipExGetResp
+	457, // 1378: gorpc.GoVpnClient.VpnipList:output_type -> gorpc.VpnipListResp
+	458, // 1379: gorpc.GoVpnClient.VpnipExList:output_type -> gorpc.VpnipExListResp
+	460, // 1380: gorpc.GoVpnClient.VpnipBatchAdd:output_type -> gorpc.VpnipBatchAddResp
+	462, // 1381: gorpc.GoVpnClient.VpnipBatchUpdate:output_type -> gorpc.VpnipBatchUpdateResp
+	464, // 1382: gorpc.GoVpnClient.VpnipExBatchAdd:output_type -> gorpc.VpnipExBatchAddResp
+	466, // 1383: gorpc.GoVpnClient.VpnipExBatchUpdate:output_type -> gorpc.VpnipExBatchUpdateResp
+	470, // 1384: gorpc.GoVpnClient.VpnipRangeAdd:output_type -> gorpc.VpnipRangeAddResp
+	472, // 1385: gorpc.GoVpnClient.VpnipRangeExAdd:output_type -> gorpc.VpnipRangeExAddResp
+	474, // 1386: gorpc.GoVpnClient.VpnipRangeUpdate:output_type -> gorpc.VpnipRangeUpdateResp
+	476, // 1387: gorpc.GoVpnClient.VpnipRangeExUpdate:output_type -> gorpc.VpnipRangeExUpdateResp
+	6,   // 1388: gorpc.GoVpnClient.VpnipRangeDel:output_type -> gorpc.Empty
+	478, // 1389: gorpc.GoVpnClient.VpnipRangeGet:output_type -> gorpc.VpnipRangeGetResp
+	479, // 1390: gorpc.GoVpnClient.VpnipRangeExGet:output_type -> gorpc.VpnipRangeExGetResp
+	481, // 1391: gorpc.GoVpnClient.VpnipRangeList:output_type -> gorpc.VpnipRangeListResp
+	482, // 1392: gorpc.GoVpnClient.VpnipRangeExList:output_type -> gorpc.VpnipRangeExListResp
+	484, // 1393: gorpc.GoVpnClient.VpnipRangeBatchAdd:output_type -> gorpc.VpnipRangeBatchAddResp
+	488, // 1394: gorpc.GoVpnClient.VpnipRangeExBatchAdd:output_type -> gorpc.VpnipRangeExBatchAddResp
+	486, // 1395: gorpc.GoVpnClient.VpnipRangeBatchUpdate:output_type -> gorpc.VpnipRangeBatchUpdateResp
+	490, // 1396: gorpc.GoVpnClient.VpnipRangeExBatchUpdate:output_type -> gorpc.VpnipRangeExBatchUpdateResp
+	493, // 1397: gorpc.GoVpnClient.VpnipBindAdd:output_type -> gorpc.VpnipBindAddResp
+	495, // 1398: gorpc.GoVpnClient.VpnipBindUpdate:output_type -> gorpc.VpnipBindUpdateResp
+	6,   // 1399: gorpc.GoVpnClient.VpnipBindDel:output_type -> gorpc.Empty
+	497, // 1400: gorpc.GoVpnClient.VpnipBindGet:output_type -> gorpc.VpnipBindGetResp
+	499, // 1401: gorpc.GoVpnClient.VpnipBindList:output_type -> gorpc.VpnipBindListResp
+	503, // 1402: gorpc.GoVpnClient.VpnipBindBatchUpdate:output_type -> gorpc.VpnipBindBatchUpdateResp
+	501, // 1403: gorpc.GoVpnClient.VpnipsBindServer:output_type -> gorpc.VpnipBindBatchAddResp
+	507, // 1404: gorpc.GoVpnClient.VpnConfigTemplatePlanAdd:output_type -> gorpc.VpnConfigTemplatePlanAddResp
+	509, // 1405: gorpc.GoVpnClient.VpnConfigTemplatePlanUpdate:output_type -> gorpc.VpnConfigTemplatePlanUpdateResp
+	6,   // 1406: gorpc.GoVpnClient.VpnConfigTemplatePlanDel:output_type -> gorpc.Empty
+	512, // 1407: gorpc.GoVpnClient.VpnConfigTemplatePlanGet:output_type -> gorpc.VpnConfigTemplatePlanGetResp
+	514, // 1408: gorpc.GoVpnClient.VpnConfigTemplatePlanList:output_type -> gorpc.VpnConfigTemplatePlanListResp
+	516, // 1409: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailAdd:output_type -> gorpc.VpnConfigTemplatePlanDetailAddResp
+	518, // 1410: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailUpdate:output_type -> gorpc.VpnConfigTemplatePlanDetailUpdateResp
+	6,   // 1411: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailDel:output_type -> gorpc.Empty
+	521, // 1412: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailGet:output_type -> gorpc.VpnConfigTemplatePlanDetailGetResp
+	523, // 1413: gorpc.GoVpnClient.VpnConfigTemplatePlanDetailList:output_type -> gorpc.VpnConfigTemplatePlanDetailListResp
+	999, // [999:1414] is the sub-list for method output_type
+	584, // [584:999] is the sub-list for method input_type
+	584, // [584:584] is the sub-list for extension type_name
+	584, // [584:584] is the sub-list for extension extendee
+	0,   // [0:584] is the sub-list for field type_name
 }
 
 func init() { file_gorpc_proto_init() }

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 273 - 273
pb/pb/gorpc_grpc.pb.go


+ 3 - 0
pb/plan.proto

@@ -97,6 +97,7 @@ message ServiceBoxWithDurationVo {
   ServiceBoxVo serviceBox = 1;
   int64 licenseDurationDay = 2;
   int64 licenseDurationMinutes = 3;
+  BoolInt isMaster = 4;
 }
 
 message ServiceBoxWithDurationAndDetailsVo {
@@ -193,6 +194,7 @@ message ServiceBoxTypesListReq {
   repeated int64 serviceBoxIds = 3;
   repeated int64 serviceTypeIds = 4;
   repeated int64 excludeIds = 5;
+  int64 boxStatus = 6;
 }
 message ServiceBoxTypesListResp {
   int64 total = 1;
@@ -372,6 +374,7 @@ message ServicePlanBoxesListReq {
   repeated int64 servicePlanIds = 3;
   repeated int64 serviceBoxIds = 4;
   repeated int64 excludeIds = 5;
+  int64 planStatus = 6;
 }
 message ServicePlanBoxesListResp {
   int64 total = 1;

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác