diff --git a/h5/coin-seller/index.html b/h5/coin-seller/index.html
index 5cdbc92..3a6f49e 100644
--- a/h5/coin-seller/index.html
+++ b/h5/coin-seller/index.html
@@ -13,6 +13,10 @@
target.searchParams.set(key, value)
})
target.searchParams.set("h5v", "20260429-0335")
+ target.searchParams.set("apiBase", "https://jvapi.haiyihy.com")
+ target.searchParams.set("goApiBase", "https://jvapi.haiyihy.com/go")
+
+ // &apiBase=https%3A%2F%2Fjvapi.haiyihy.com&goApiBase=https%3A%2F%2Fjvapi.haiyihy.com%2Fgo
window.location.replace(target.toString())