示例#1
0
 public bool CheckNotify(string mobile, string code)
 {
     return(service.CheckNotify(mobile, code));
 }