Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdk-public
unity_sdk_demo
Commits
83feed21
Commit
83feed21
authored
Oct 24, 2025
by
gaorui
Browse files
Merge branch 'feat-version' into 'develop'
Feat version See merge request
!16
parents
24b5c5eb
98c69725
Changes
1
Show whitespace changes
Inline
Side-by-side
Assets/Scripts/sdk/core/PlatformCallback.cs
View file @
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
=
"202510231
755
"
;
private
string
SDK_BUILD_VERSION
=
"1.1.0.
1
"
;
private
string
SDK_20251023
=
"202510231
91401
"
;
// 单例实现,确保只有一个接收器实例
public
static
PlatformCallback
Instance
{
get
;
private
set
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment