Skip to content

Commit

Permalink
[修复]1. 修复函数签名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Jan 3, 2025
1 parent 4f6ffd8 commit e71b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Helper/ApplicationHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static void Quit()
}
#if UNITY_IOS
[System.Runtime.InteropServices.DllImport("__Internal")]
private static extern string open_url(string url);
private static extern void open_url(string url);
#endif
/// <summary>
/// 打开URL
Expand Down

0 comments on commit e71b4aa

Please sign in to comment.