Commit 9f52a432 authored by gaorui's avatar gaorui
Browse files

Merge branch 'develop' into 'main'

Develop

See merge request !17
parents 65a5bdac 83feed21
......@@ -31,15 +31,13 @@ public class GoodsInfo
public string itemCount;
public string itemPrice;
public string showTag;
public string region;//仅 iOS返回
public string symbol;//仅 iOS返回
}
public class PlatformCallback : MonoBehaviour
{
private static IPlatformCallbackListener _listener;
private string SDK_BUILD_VERSION = "1.1.0.0";
private string SDK_20251023 = "202510231755";
private string SDK_BUILD_VERSION = "1.1.0.1";
private string SDK_20251023 = "20251023191401";
// 单例实现,确保只有一个接收器实例
public static PlatformCallback Instance { get; private set; }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment