示例#1
0
 public Request()
 {
     this.Method = "sendAsset";
     this.param  = new SendAsset();
 }
示例#2
0
 public Request()
 {
     this.Method = "sendAsset";
     this.param = new SendAsset();
 }