协议调试
This commit is contained in:
Vendored
+42
@@ -1129,6 +1129,12 @@ static getTypeUrl(typeUrlPrefix?: string): string;
|
||||
|
||||
/** Properties of a CSUnlockGirlRes. */
|
||||
interface ICSUnlockGirlRes {
|
||||
|
||||
/** CSUnlockGirlRes balance */
|
||||
balance?: (number|Long|null);
|
||||
|
||||
/** CSUnlockGirlRes vipExpire */
|
||||
vipExpire?: (number|Long|null);
|
||||
}
|
||||
|
||||
/** Represents a CSUnlockGirlRes. */
|
||||
@@ -1140,6 +1146,12 @@ static getTypeUrl(typeUrlPrefix?: string): string;
|
||||
*/
|
||||
constructor(properties?: cs.ICSUnlockGirlRes);
|
||||
|
||||
/** CSUnlockGirlRes balance. */
|
||||
balance: (number|Long);
|
||||
|
||||
/** CSUnlockGirlRes vipExpire. */
|
||||
vipExpire: (number|Long);
|
||||
|
||||
/**
|
||||
* Creates a new CSUnlockGirlRes instance using the specified properties.
|
||||
* @param [properties] Properties to set
|
||||
@@ -1335,6 +1347,12 @@ static getTypeUrl(typeUrlPrefix?: string): string;
|
||||
|
||||
/** Properties of a CSUnlockResourceRes. */
|
||||
interface ICSUnlockResourceRes {
|
||||
|
||||
/** CSUnlockResourceRes balance */
|
||||
balance?: (number|Long|null);
|
||||
|
||||
/** CSUnlockResourceRes vipExpire */
|
||||
vipExpire?: (number|Long|null);
|
||||
}
|
||||
|
||||
/** Represents a CSUnlockResourceRes. */
|
||||
@@ -1346,6 +1364,12 @@ static getTypeUrl(typeUrlPrefix?: string): string;
|
||||
*/
|
||||
constructor(properties?: cs.ICSUnlockResourceRes);
|
||||
|
||||
/** CSUnlockResourceRes balance. */
|
||||
balance: (number|Long);
|
||||
|
||||
/** CSUnlockResourceRes vipExpire. */
|
||||
vipExpire: (number|Long);
|
||||
|
||||
/**
|
||||
* Creates a new CSUnlockResourceRes instance using the specified properties.
|
||||
* @param [properties] Properties to set
|
||||
@@ -1529,6 +1553,15 @@ static getTypeUrl(typeUrlPrefix?: string): string;
|
||||
|
||||
/** Properties of a CSBuyGoodRes. */
|
||||
interface ICSBuyGoodRes {
|
||||
|
||||
/** CSBuyGoodRes balance */
|
||||
balance?: (number|Long|null);
|
||||
|
||||
/** CSBuyGoodRes vipExpire */
|
||||
vipExpire?: (number|Long|null);
|
||||
|
||||
/** CSBuyGoodRes chatRemainCount */
|
||||
chatRemainCount?: (number|null);
|
||||
}
|
||||
|
||||
/** Represents a CSBuyGoodRes. */
|
||||
@@ -1540,6 +1573,15 @@ static getTypeUrl(typeUrlPrefix?: string): string;
|
||||
*/
|
||||
constructor(properties?: cs.ICSBuyGoodRes);
|
||||
|
||||
/** CSBuyGoodRes balance. */
|
||||
balance: (number|Long);
|
||||
|
||||
/** CSBuyGoodRes vipExpire. */
|
||||
vipExpire: (number|Long);
|
||||
|
||||
/** CSBuyGoodRes chatRemainCount. */
|
||||
chatRemainCount: number;
|
||||
|
||||
/**
|
||||
* Creates a new CSBuyGoodRes instance using the specified properties.
|
||||
* @param [properties] Properties to set
|
||||
|
||||
Reference in New Issue
Block a user