mirror of
https://github.com/certd/certd.git
synced 2026-05-14 20:17:32 +08:00
perf: 支持易发云短信
This commit is contained in:
@@ -85,3 +85,13 @@ export async function TestSms(data: any) {
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
export async function GetSmsTypeDefine(type: string) {
|
||||
return await request({
|
||||
url: apiPrefix + "/getSmsTypeDefine",
|
||||
method: "post",
|
||||
data: {
|
||||
type
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user