|
@@ -138,8 +138,12 @@ public:
|
|
|
DevCategoryInfo devCatInfo;
|
|
|
CSimpleStringA devType = "";
|
|
|
ctx->Ans.state = m_fsm.GetDevCatInfo(devCatInfo, devType);
|
|
|
+ ctx->Ans.model = devCatInfo.szModel;
|
|
|
+ ctx->Ans.type = devCatInfo.szType;
|
|
|
+ ctx->Ans.type += ((devType == "4") ? "#IG" : "#");
|
|
|
|
|
|
ctx->Answer(Error_Succeed);
|
|
|
+
|
|
|
return;
|
|
|
}
|
|
|
}
|