示例#1
0
 public static string FOTAInfoFetch2(string model, string region)
 {
     return(FWFetch.FOTAInfoFetch(model, region, false));
 }
示例#2
0
 public static string FOTAInfoFetch1(string model, string region)
 {
     return(FWFetch.FOTAInfoFetch(model, region, true));
 }