修改价格

This commit is contained in:
zpc 2024-08-20 01:54:21 +08:00
parent 13f28576ae
commit 995ec10239
3 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ namespace HuanMeng.MiaoYu.Code.Cache.Special
var t = new CurrencyRecharge()
{
Id = product.Id,
Price = price,
Price = price.ToString(),
ProductId = product.ProductId,
CurrencyType = product.ProductType,
Discount = "",
@ -132,7 +132,7 @@ namespace HuanMeng.MiaoYu.Code.Cache.Special
var t = new MallItemDto()
{
Price = price,
Price = price.ToString(),
ProductId = product.ProductId,
PriceType = 0,
ProductName = product.ProductName,

View File

@ -45,7 +45,7 @@ namespace HuanMeng.MiaoYu.Model.Dto.Account
/// <summary>
/// 价格
/// </summary>
public decimal Price { get; set; }
public string Price { get; set; }
/// <summary>
/// 折扣 -0.1 -10%

View File

@ -60,7 +60,7 @@ namespace HuanMeng.MiaoYu.Model.Dto.Shop
/// <summary>
/// 金额
/// </summary>
public decimal Price { get; set; }
public string Price { get; set; }
/// <summary>
/// 支付类型 0 语珠 1 RMB