// A9 06 É̳ÇÈ«·þ¹ºÂò´ÎÊý֪ͨ #tagGCStoreServerBuyCntInfo struct tagGCStoreServerBuyCnt { DWORD GoodsID; //ÉÌÆ·±êʶ DWORD BuyCnt; //¹ºÂò´ÎÊý }; struct tagGCStoreServerBuyCntInfo { tagHead Head; WORD Count; //ÊýÁ¿ tagGCStoreServerBuyCnt InfoList[Count]; //´ÎÊýÐÅÏ¢ };