fix:1、修复部分bug

This commit is contained in:
2026-07-02 11:46:24 +08:00
parent af7617c352
commit 63b530f245
22 changed files with 92 additions and 1102 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ public class MaxPayManager
paydata.status = 1;
SavePayData(response.Data.order_id, paydata);
isPay = true;
OpenBrowser.OpenURL(response.Data.pay_url);
Application.OpenURL(response.Data.pay_url);
}
});