|
|
@@ -227,10 +227,14 @@ function GuildDataMgr:ReportEnterApple(success)
|
|
|
if not SDKMgr.Instance:IsReportAction() then
|
|
|
return
|
|
|
end
|
|
|
- local datas = System.Collections.Generic.Dictionary_object_object()
|
|
|
- datas:Add('event', 'mj_guild')
|
|
|
- datas:Add('is_achieve', (success and 1 or 0))
|
|
|
- SDKMgr.Instance:ReportAction(datas)
|
|
|
+ --local datas = System.Collections.Generic.Dictionary_object_object()
|
|
|
+ --datas:Add('event', 'mj_guild')
|
|
|
+ --datas:Add('is_achieve', (success and 1 or 0))
|
|
|
+ --SDKMgr.Instance:ReportAction(datas)
|
|
|
+
|
|
|
+ LogError("----------加入工会----------");
|
|
|
+ local sdkrptMgr = ManagerContainer.SDKEventReportMgr
|
|
|
+ sdkrptMgr:SendEvent(sdkrptMgr.EventType.Join_guild)
|
|
|
end
|
|
|
|
|
|
function GuildDataMgr:OnKickGuildMemberAck(data)
|