修复总结后的问题,详见企业微信文档

This commit is contained in:
gyq
2026-05-07 14:34:03 +08:00
parent ffad9432c5
commit ea5a4c14e9
41 changed files with 2678 additions and 1120 deletions

View File

@@ -12,6 +12,19 @@ export const getRegion = () => {
});
}
/**
* 获取所有短信签名
* @param params
* @returns
*/
export const getSms = ({ type }: { type: string }) => {
return request<any, any[]>({
url: `/account/admin/common/sms`,
method: "get",
params: { type }
});
}
/**
* 获取所有银行
* @param params