|  |  | 
 |  |  |         
 | 
 |  |  |     compensationDict = {"GUID":GUID, "CheckState":checkState, "LimitLVType":limitLVType, "LimitLV":limitLV,
 | 
 |  |  |                         "Gold":compensation.Gold, "GoldPaper":compensation.GoldPaper, "Silver":compensation.Silver,
 | 
 |  |  |                         "PlayerJob":compensation.PlayerJob, "Sender":sender, "Title":title, "Content":content,
 | 
 |  |  |                         "PlayerJob":compensation.PlayerJob, "Sender":sender, "Title":title, "Content":content, "OnlyServerID":compensation.ServerID,
 | 
 |  |  |                         "CreateTime":compensation.CreateTime, "LimitTime":compensation.LimitTime, "ItemList":itemList}
 | 
 |  |  |     return compensationDict
 | 
 |  |  | 
 |