Ver Fonte

userPayOrder and coinpal

Jay há 1 mês atrás
pai
commit
b17ed8b140
4 ficheiros alterados com 1477 adições e 1449 exclusões
  1. 2 8
      pb/constant/order_constants/pay.go
  2. 20 17
      pb/gorpc.proto
  3. 20 17
      pb/pay.proto
  4. 1435 1407
      pb/pb/gorpc.pb.go

+ 2 - 8
pb/constant/order_constants/pay.go

@@ -1,14 +1,8 @@
 package order_constants
 
 const (
-	PLATFORM_GLOCASH int64 = 1 //信用卡(目前只有它)
-	PLATFORM_COINPAL int64 = 2 //加密货币平台coinpal
-	PLATFORM_BINANCE int64 = 3 //binance 平台,币安
-	PLATFORM_SAFEPAY int64 = 4 //safepay
-	PLATFORM_FASTPAY int64 = 5 //fastpay
-	PLATFORM_LIVPAY  int64 = 6 //livpay
-	PLATFORM_ZARIN   int64 = 7 //zarin
-	PLATFORM_GOPAY   int64 = 8 //gopay
+	PLAYTYPE_COINPAL string = "coinpal" //加密货币平台coinpal
+	PLAYTYPE_ALIPAY  string = "alipay"  //支付宝支付
 )
 
 // 订单状态

+ 20 - 17
pb/gorpc.proto

@@ -308,23 +308,26 @@ message UserPayOrderVo {     //用户支付订单表
   string productCode = 3;   //产品Code
   string orderId = 4;       //订单号
   float amount = 5;         //订单金额(美元)
-  float settleAmount = 6;   //结算金额(美元)
-  string currency = 7;      //收款货币类型
-  float currencyAmount = 8; //订单货币金额
-  PayOrderType orderType = 9;     //订单类型:1非订阅 或者 2 订阅
-  BoolInt planOrderType = 10;  //订单类型:1非订阅 或者 2 订阅
-  string payType = 11;      //支付方式:visa, wx, alipay, paypal, coinpal, applePay, googlePay
-  string platform = 12;     //支付平台
-  string snNo = 13;         //支付平台流水号
-  string payUrl = 14;       //支付平台生成的付款地址
-  string paidAddress = 15;  //支付地址
-  string ip = 16;           //IP地址
-  string remark = 17;       //订单说明,可选
-  string state = 18;        //订单流转状态
-  string stateDesc = 19;    //订单状态说明,每次更新订单状态时更新
-  Status status = 20;        //订单记录状态,1有效 2暂停
-  int64 createTime = 21;     //订单创建时间
-  int64 updateTime = 22;     //订单修改时间
+  int64 channelPlanId = 6;         //套餐ID
+  float settleAmount = 7;   //结算金额(美元)
+  string currency = 8;      //收款货币类型
+  float currencyAmount = 9; //订单货币金额
+  PayOrderType orderType = 10;     //1 官网购买VIP 2 手机应用商店购买 3 pmp 后台 4 tg 购买
+  BoolInt planOrderType = 11;  //订单类型:1非订阅 或者 2 订阅
+  string payType = 12;      //支付方式:visa, wx, alipay, paypal, coinpal, applePay, googlePay
+  string platform = 13;     //支付平台
+  string snNo = 14;         //支付平台流水号
+  string payUrl = 15;       //支付平台生成的付款地址
+  string paidAddress = 16;  //支付地址
+  int64 refundCount = 17;   //退款次数
+  string ip = 18;           //IP地址
+  string remark = 19;       //订单说明,可选
+  string state = 20;        //订单流转状态
+  string stateDesc = 21;    //订单状态说明,每次更新订单状态时更新
+  Status status = 22;        //订单记录状态,1有效 2暂停
+  int64 createTime = 23;     //订单创建时间
+  int64 updateTime = 24;     //订单修改时间
+  BoolInt isCurrentDevice=25;
 }
 
 message UserAuthLogVo {     //用户授权日志表

+ 20 - 17
pb/pay.proto

@@ -11,23 +11,26 @@ message UserPayOrderVo {     //用户支付订单表
   string productCode = 3;   //产品Code
   string orderId = 4;       //订单号
   float amount = 5;         //订单金额(美元)
-  float settleAmount = 6;   //结算金额(美元)
-  string currency = 7;      //收款货币类型
-  float currencyAmount = 8; //订单货币金额
-  PayOrderType orderType = 9;     //订单类型:1非订阅 或者 2 订阅
-  BoolInt planOrderType = 10;  //订单类型:1非订阅 或者 2 订阅
-  string payType = 11;      //支付方式:visa, wx, alipay, paypal, coinpal, applePay, googlePay
-  string platform = 12;     //支付平台
-  string snNo = 13;         //支付平台流水号
-  string payUrl = 14;       //支付平台生成的付款地址
-  string paidAddress = 15;  //支付地址
-  string ip = 16;           //IP地址
-  string remark = 17;       //订单说明,可选
-  string state = 18;        //订单流转状态
-  string stateDesc = 19;    //订单状态说明,每次更新订单状态时更新
-  Status status = 20;        //订单记录状态,1有效 2暂停
-  int64 createTime = 21;     //订单创建时间
-  int64 updateTime = 22;     //订单修改时间
+  int64 channelPlanId = 6;         //套餐ID
+  float settleAmount = 7;   //结算金额(美元)
+  string currency = 8;      //收款货币类型
+  float currencyAmount = 9; //订单货币金额
+  PayOrderType orderType = 10;     //1 官网购买VIP 2 手机应用商店购买 3 pmp 后台 4 tg 购买
+  BoolInt planOrderType = 11;  //订单类型:1非订阅 或者 2 订阅
+  string payType = 12;      //支付方式:visa, wx, alipay, paypal, coinpal, applePay, googlePay
+  string platform = 13;     //支付平台
+  string snNo = 14;         //支付平台流水号
+  string payUrl = 15;       //支付平台生成的付款地址
+  string paidAddress = 16;  //支付地址
+  int64 refundCount = 17;   //退款次数
+  string ip = 18;           //IP地址
+  string remark = 19;       //订单说明,可选
+  string state = 20;        //订单流转状态
+  string stateDesc = 21;    //订单状态说明,每次更新订单状态时更新
+  Status status = 22;        //订单记录状态,1有效 2暂停
+  int64 createTime = 23;     //订单创建时间
+  int64 updateTime = 24;     //订单修改时间
+  BoolInt isCurrentDevice=25;
 }
 
 message UserAuthLogVo {     //用户授权日志表

+ 1435 - 1407
pb/pb/gorpc.pb.go

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