This commit is contained in:
2026-03-03 17:21:30 +08:00
parent 5b13594a68
commit 448a64df3b
7 changed files with 21 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ import { Login } from "./types"
const BASE_PATH =
process.env.NEXT_PUBLIC_ENV === "production"
? "https://basis.soft.cowarobot.com"
: "https://basis.softtest.cowarobot.cn"
: "https://basis.softtest.cowarobot.com"
// 获取验证码
export const getVerifyCode = (params: { phone: string }) => {