错误修改

This commit is contained in:
LYP
2024-08-09 11:52:53 +08:00
parent 8706239fbd
commit c5f9a0e84b
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ namespace tysdk
{
taskSource.SetResult((ProductListInfo) callback);
});
UnityBridgeFunc.ThirdExtend();
UnityBridgeFunc.GetSKUList();
var result = await taskSource.Task;
return result;
#elif UNITY_IOS