public static ShopBonusReceiveInfo GetDetailById(long userid, long id)
 {
     return(_iShopBonusService.GetDetailById(userid, id));
 }