示例#1
0
 public YoYoStudio.Model.Core.BlockList AddBlockList(int userId, string token, YoYoStudio.Model.Core.BlockList blockL)
 {
     return(client.AddBlockList(application_Id, userId, token, blockL));
 }