商城购买修正

This commit is contained in:
小疯
2022-09-21 16:28:11 +08:00
parent 34af6a1936
commit 627bf43ee3
9 changed files with 220 additions and 211 deletions

View File

@@ -41,6 +41,10 @@ public:
ENUM_PACK_RET_TYPE ProcessIPG_ResultOutput(CUser* user, int Goods_No, int item_id, int Cera_Type, InterfacePacketBuf* pbuf);
ENUM_PACK_RET_TYPE Init_done(int argc, const char** argv);
ENUM_PACK_RET_TYPE importCashShopItemList(const std::string* str);
void SendMsg(CUser* user, int pack_id, int status, const std::string& str);
void SendNoti(CUser* user, const std::string& str, NOTI_PACKETMESSAGE_TYPE type = NOTI_SYSTEM);