Exemple #1
0
 public Dictionary <string, Object> Get(string agentID)
 {
     try
     {
         Dictionary <string, Object> dic = new Dictionary <string, object>();
         dic = CommonRequest.ApiGetPayMentList("WeiXin", agentID);
         return(dic);
     }
     catch (Exception e)
     {
         logger.Error("获取支付方式接口异常:" + e.Message);
         return(null);
     }
 }