コード例 #1
0
 public Dictionary <string, Object> GetPaypwd(string MemLoginID)
 {
     try
     {
         Dictionary <string, Object> dic = CommonRequest.ApiGetPaypwd(MemLoginID);
         return(dic);
     }
     catch (Exception e)
     {
         logger.Error("获取支付密码接口异常:" + e.Message);
     }
     return(null);
 }