mirror of
https://github.com/certd/certd.git
synced 2026-05-14 20:17:32 +08:00
perf: 选项显示图标
This commit is contained in:
@@ -77,3 +77,11 @@ export async function TestProxy() {
|
||||
method: "post"
|
||||
});
|
||||
}
|
||||
|
||||
export async function TestSms(data: any) {
|
||||
return await request({
|
||||
url: apiPrefix + "/testSms",
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user