mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore: license说明
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { request } from "/@/api/service";
|
||||
|
||||
export async function doActive(form: any) {
|
||||
return await request({
|
||||
url: "/sys/plus/active",
|
||||
method: "post",
|
||||
data: form
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user