|
|
@@ -1163,18 +1163,24 @@ struct CardIssuerStandService_IssueFromBoxJS_Ans
|
|
|
|
|
|
struct CardIssuerStandService_InsertJS_Req
|
|
|
{
|
|
|
+ CAutoArray<int> reserved1;
|
|
|
+ CAutoArray<CSimpleStringA> reserved2;
|
|
|
|
|
|
void Serialize(SpBuffer &Buf)
|
|
|
{
|
|
|
+ auto & buf = Buf & reserved1 & reserved2;
|
|
|
}
|
|
|
|
|
|
};
|
|
|
|
|
|
struct CardIssuerStandService_InsertJS_Ans
|
|
|
{
|
|
|
+ CAutoArray<int> reserved1;
|
|
|
+ CAutoArray<CSimpleStringA> reserved2;
|
|
|
|
|
|
void Serialize(SpBuffer &Buf)
|
|
|
{
|
|
|
+ auto & buf = Buf & reserved1 & reserved2;
|
|
|
}
|
|
|
|
|
|
};
|