hxp
2025-10-22 ff4d5c9e41c7aad3b24b020e020b6520a243625c
1
2
3
4
5
6
7
8
9
10
// A1 25 ´ú±Ò¹ºÂò³äÖµÉÌÆ·±àºÅÉÌÆ· #tagCMCoinBuyOrderInfo
 
struct    tagCMCoinBuyOrderInfo
{
    tagHead        Head;
    BYTE        AppIDLen;
    char        AppID[AppIDLen];
    BYTE        OrderInfoLen;
    char        OrderInfo[OrderInfoLen];    //ÉÌÆ·±àºÅ
};