feat: separate subscription base url

This commit is contained in:
JetSprow
2026-04-29 13:46:10 +10:00
parent 68eac100f2
commit a0c1a28f5a
14 changed files with 80 additions and 26 deletions

View File

@@ -73,7 +73,7 @@ export async function POST(req: Request) {
const baseUrl = await getSiteBaseUrl({ headers: req.headers, requestUrl: req.url });
if (!baseUrl) {
return jsonError("请先在后台系统设置里配置站点域名", { status: 400 });
return jsonError("请先在后台系统设置里配置网站 URL", { status: 400 });
}
const result = await adapter.createPayment({
tradeNo,