feat: 新增体格检查
This commit is contained in:
+7
-1
@@ -1,4 +1,8 @@
|
||||
const apiBaseUrl = 'http://127.0.0.1:8000/api'
|
||||
let apiBaseUrl = 'http://192.168.2.76:8000/api'
|
||||
|
||||
// #ifdef H5
|
||||
apiBaseUrl = '/backend-api'
|
||||
// #endif
|
||||
|
||||
export const API_BASE_URL = apiBaseUrl
|
||||
|
||||
@@ -14,6 +18,8 @@ export type SendCodeResponse = {
|
||||
export type LoginCodePayload = {
|
||||
phone: string
|
||||
code: string
|
||||
institution_code: string
|
||||
institution_name: string
|
||||
}
|
||||
|
||||
export type BackendUser = {
|
||||
|
||||
Reference in New Issue
Block a user