using System; using System.Collections.Generic; using System.Linq; using System.Text; /// /// 查询其他好友给我赠送的礼物 /// public class QueryOtherFriendSendMeGiftMessageRetVo { /// /// { /// "uid":[tsday,12345,11231], /// "uid":[] /// } /// public Dictionary> ret; }