- namespace GFGGame
- {
- public class JGameUrlParamsDto
- {
- public string user_id { get; set; }
- public string user_name { get; set; }
- public string uuid { get; set; }
- public string sign { get; set; }
- public string timestamp { get; set; }
- public string cp_ext { get; set; }
- }
- }
|