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 = {
|
||||
|
||||
+2
-1
@@ -34,7 +34,8 @@ const defaultCase: ClinicalCase = {
|
||||
department: '心血管内科',
|
||||
scene: '住院部',
|
||||
caseNo: '1006004',
|
||||
tone: 'orange'
|
||||
tone: 'orange',
|
||||
mode: 'training'
|
||||
}
|
||||
|
||||
export function createMockChatSession(caseItem?: ClinicalCase | null): Promise<ChatSession> {
|
||||
|
||||
Reference in New Issue
Block a user