Ejemplo n.º 1
0
 public string GetToken(string appKey, string appSecret)
 {
     return(DingHelper.GetAccessToken(appKey, appSecret));
 }