feat: 支持创建订单时自定义支付宝回调地址

This commit is contained in:
ccnetcore
2025-08-15 23:41:01 +08:00
parent f09a9fee75
commit 482dd73afd
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,6 @@ interface ImportMetaEnv {
readonly VITE_WEB_ENV: string;
readonly VITE_WEB_BASE_API: string;
readonly VITE_API_URL: string;
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_SSO_SEVER_URL: string;
readonly VITE_APP_VERSION: string;
}