Exemplo n.º 1
0
 /// <summary>
 /// 获取某用户领取的金额
 /// </summary>
 public static decimal GetReceivePriceByOpendId(long id, string openId)
 {
     return(_iBonusService.GetReceivePriceByOpendId(id, openId));
 }