|
@@ -53,8 +53,6 @@ namespace CardIssuerStore {
|
|
#define CardIssuerStoreService_Method_QueryInternalHasCardJS 44
|
|
#define CardIssuerStoreService_Method_QueryInternalHasCardJS 44
|
|
#define CardIssuerStoreService_Method_IssueFromBoxJS 45
|
|
#define CardIssuerStoreService_Method_IssueFromBoxJS 45
|
|
#define CardIssuerStoreService_Method_IssueFromSlotJS 46
|
|
#define CardIssuerStoreService_Method_IssueFromSlotJS 46
|
|
-#define CardIssuerStoreService_Method_SetMaterialCountJS 47
|
|
|
|
-#define CardIssuerStoreService_Method_GetMaterialCountJS 48
|
|
|
|
#define CardIssuerStoreService_Method_SAMICCommandJS 49
|
|
#define CardIssuerStoreService_Method_SAMICCommandJS 49
|
|
#define CardIssuerStoreService_Method_WriteTrackJS 50
|
|
#define CardIssuerStoreService_Method_WriteTrackJS 50
|
|
#define CardIssuerStoreService_Method_PrintCardImmediatelyJS 51
|
|
#define CardIssuerStoreService_Method_PrintCardImmediatelyJS 51
|
|
@@ -106,8 +104,6 @@ namespace CardIssuerStore {
|
|
#define CardIssuerStoreService_MethodSignature_QueryInternalHasCardJS -233766940
|
|
#define CardIssuerStoreService_MethodSignature_QueryInternalHasCardJS -233766940
|
|
#define CardIssuerStoreService_MethodSignature_IssueFromBoxJS -372937885
|
|
#define CardIssuerStoreService_MethodSignature_IssueFromBoxJS -372937885
|
|
#define CardIssuerStoreService_MethodSignature_IssueFromSlotJS 1061987729
|
|
#define CardIssuerStoreService_MethodSignature_IssueFromSlotJS 1061987729
|
|
-#define CardIssuerStoreService_MethodSignature_SetMaterialCountJS 780405825
|
|
|
|
-#define CardIssuerStoreService_MethodSignature_GetMaterialCountJS 1546227351
|
|
|
|
#define CardIssuerStoreService_MethodSignature_SAMICCommandJS -535533507
|
|
#define CardIssuerStoreService_MethodSignature_SAMICCommandJS -535533507
|
|
#define CardIssuerStoreService_MethodSignature_WriteTrackJS 1028099039
|
|
#define CardIssuerStoreService_MethodSignature_WriteTrackJS 1028099039
|
|
#define CardIssuerStoreService_MethodSignature_PrintCardImmediatelyJS -315448088
|
|
#define CardIssuerStoreService_MethodSignature_PrintCardImmediatelyJS -315448088
|
|
@@ -159,8 +155,6 @@ namespace CardIssuerStore {
|
|
#define CardIssuerStoreService_LogCode_QueryInternalHasCardJS "QLR040222044"
|
|
#define CardIssuerStoreService_LogCode_QueryInternalHasCardJS "QLR040222044"
|
|
#define CardIssuerStoreService_LogCode_IssueFromBoxJS "QLR040222045"
|
|
#define CardIssuerStoreService_LogCode_IssueFromBoxJS "QLR040222045"
|
|
#define CardIssuerStoreService_LogCode_IssueFromSlotJS "QLR040222046"
|
|
#define CardIssuerStoreService_LogCode_IssueFromSlotJS "QLR040222046"
|
|
-#define CardIssuerStoreService_LogCode_SetMaterialCountJS "QLR040222047"
|
|
|
|
-#define CardIssuerStoreService_LogCode_GetMaterialCountJS "QLR040222048"
|
|
|
|
#define CardIssuerStoreService_LogCode_SAMICCommandJS "QLR040222049"
|
|
#define CardIssuerStoreService_LogCode_SAMICCommandJS "QLR040222049"
|
|
#define CardIssuerStoreService_LogCode_WriteTrackJS "QLR040222050"
|
|
#define CardIssuerStoreService_LogCode_WriteTrackJS "QLR040222050"
|
|
#define CardIssuerStoreService_LogCode_PrintCardImmediatelyJS "QLR040222051"
|
|
#define CardIssuerStoreService_LogCode_PrintCardImmediatelyJS "QLR040222051"
|
|
@@ -1219,80 +1213,6 @@ struct CardIssuerStoreService_IssueFromSlotJS_Ans
|
|
|
|
|
|
};
|
|
};
|
|
|
|
|
|
-struct CardIssuerStoreService_SetMaterialCountJS_Req
|
|
|
|
-{
|
|
|
|
- CAutoArray<int> SetHopper;
|
|
|
|
- int SetCaptured;
|
|
|
|
- int captured;
|
|
|
|
- CAutoArray<CSimpleStringA> CardBoxNo;
|
|
|
|
- CAutoArray<CSimpleStringA> PsbCode;
|
|
|
|
- CAutoArray<CSimpleStringA> PsbName;
|
|
|
|
- CAutoArray<CSimpleStringA> Maintainer;
|
|
|
|
- CAutoArray<CSimpleStringA> MaintainTime;
|
|
|
|
- CAutoArray<int> CardInit;
|
|
|
|
- CAutoArray<int> CardPercent;
|
|
|
|
- CAutoArray<int> remains;
|
|
|
|
- CAutoArray<int> issued;
|
|
|
|
- CAutoArray<int> mixed;
|
|
|
|
- CAutoArray<int> reserved1;
|
|
|
|
- CAutoArray<CSimpleStringA> reserved2;
|
|
|
|
-
|
|
|
|
- void Serialize(SpBuffer &Buf)
|
|
|
|
- {
|
|
|
|
- auto & buf = Buf & SetHopper & SetCaptured & captured & CardBoxNo & PsbCode & PsbName & Maintainer & MaintainTime & CardInit & CardPercent & remains & issued & mixed & reserved1 & reserved2;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
-struct CardIssuerStoreService_SetMaterialCountJS_Ans
|
|
|
|
-{
|
|
|
|
- CAutoArray<int> reserved1;
|
|
|
|
- CAutoArray<CSimpleStringA> reserved2;
|
|
|
|
-
|
|
|
|
- void Serialize(SpBuffer &Buf)
|
|
|
|
- {
|
|
|
|
- auto & buf = Buf & reserved1 & reserved2;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
-struct CardIssuerStoreService_GetMaterialCountJS_Req
|
|
|
|
-{
|
|
|
|
- CAutoArray<int> GetHopper;
|
|
|
|
- CAutoArray<int> reserved1;
|
|
|
|
- CAutoArray<CSimpleStringA> reserved2;
|
|
|
|
-
|
|
|
|
- void Serialize(SpBuffer &Buf)
|
|
|
|
- {
|
|
|
|
- auto & buf = Buf & GetHopper & reserved1 & reserved2;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
-struct CardIssuerStoreService_GetMaterialCountJS_Ans
|
|
|
|
-{
|
|
|
|
- int captured;
|
|
|
|
- CAutoArray<int> hasHopper;
|
|
|
|
- CAutoArray<CSimpleStringA> CardBoxNo;
|
|
|
|
- CAutoArray<CSimpleStringA> PsbCode;
|
|
|
|
- CAutoArray<CSimpleStringA> PsbName;
|
|
|
|
- CAutoArray<CSimpleStringA> Maintainer;
|
|
|
|
- CAutoArray<CSimpleStringA> MaintainTime;
|
|
|
|
- CAutoArray<int> CardInit;
|
|
|
|
- CAutoArray<int> CardPercent;
|
|
|
|
- CAutoArray<int> remains;
|
|
|
|
- CAutoArray<int> issued;
|
|
|
|
- CAutoArray<int> mixed;
|
|
|
|
- CAutoArray<int> reserved1;
|
|
|
|
- CAutoArray<CSimpleStringA> reserved2;
|
|
|
|
-
|
|
|
|
- void Serialize(SpBuffer &Buf)
|
|
|
|
- {
|
|
|
|
- auto & buf = Buf & captured & hasHopper & CardBoxNo & PsbCode & PsbName & Maintainer & MaintainTime & CardInit & CardPercent & remains & issued & mixed & reserved1 & reserved2;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
struct CardIssuerStoreService_SAMICCommandJS_Req
|
|
struct CardIssuerStoreService_SAMICCommandJS_Req
|
|
{
|
|
{
|
|
int cmdType;
|
|
int cmdType;
|