update:更新补单逻辑

This commit is contained in:
2026-06-02 19:50:44 +08:00
parent f06074d9cc
commit 4d3eae1c88
7 changed files with 64 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
package com.unity3d.player;
public class ChannelEntry {
public static final String CHANNEL = "Flexion";
public static SDKManager.IChannelSDKAdapter createSDKAdapter() {
@@ -14,7 +14,7 @@ public class ChannelEntry {
public static String normalizeSkuList(String msg) {
return msg;
}
//public SDKExtBuilder;
}