From f233be2646acc71d8bea21dc8014f1ff89d0cdad Mon Sep 17 00:00:00 2001 From: "Liubing\\LB" Date: Fri, 30 Jan 2026 20:58:54 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=9B=B4=E6=96=B0skuDetail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdk-intergration/Packages/tysdk/Runtime/TYSdkModel.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk-intergration/Packages/tysdk/Runtime/TYSdkModel.cs b/sdk-intergration/Packages/tysdk/Runtime/TYSdkModel.cs index 0bb4da6..7928056 100644 --- a/sdk-intergration/Packages/tysdk/Runtime/TYSdkModel.cs +++ b/sdk-intergration/Packages/tysdk/Runtime/TYSdkModel.cs @@ -145,6 +145,10 @@ namespace tysdk public string productId; public string price; public string title; + public string currency; + //- 防止编译报错 + public string price_currency_code => currency; + public string ProdPriceStr => price; public float ProdPrice => float.Parse(price) / 100 ; public string ProdID => ourProductId;