fix: 诊所管理

This commit is contained in:
2025-04-01 19:13:44 +08:00
parent ffd9a0c6e3
commit 342f3cbd57
13 changed files with 12956 additions and 168 deletions

View File

@@ -73,6 +73,13 @@ export async function getMyCard() {
return requestClient.get<any>(`${prefix}my-card`);
}
/**
* 获取我绑定的银行卡
*/
export async function getQuickMenuApi() {
return requestClient.get<any>(`${prefix}get-quick-menu`);
}
/**
* 编辑账户绑定银行卡
* @param data