예제 #1
0
 public Dictionary <string, Object> InsertAdvancePaymentApplyLog(string MemLoginID, float OperateMoney, string PaymentGuid, string PaymentName)
 {
     try
     {
         Dictionary <string, Object> dic = CommonRequest.ApiInsertAdvancePaymentApplyLog(MemLoginID, OperateMoney, PaymentGuid, PaymentName);
         return(dic);
     }
     catch (Exception e)
     {
         logger.Error("插入充值记录接口异常:" + e.Message);
     }
     return(null);
 }