Exemplo n.º 1
0
 public async Task <string> Login(string code)
 {
     return(_wxService.GetToken(code));
 }
Exemplo n.º 2
0
 public string Login(string code)
 {
     return(_authService.GetToken(code));
 }