This commit is contained in:
Your Name
2026-03-06 14:27:24 +08:00
parent 9a1b67ca18
commit 52bb80e2f1
134 changed files with 5337 additions and 401 deletions
+7
View File
@@ -98,3 +98,10 @@ export function endCall(params: any) {
export function getCallRecords(params: any) {
return request.get({ url: '/tcm.diagnosis/getCallRecords', params })
}
// ========== 小程序分享 ==========
// 生成小程序码
export function generateMiniProgramQrcode(params: any) {
return request.post({ url: '/tcm.diagnosis/generateMiniProgramQrcode', params })
}