no message

This commit is contained in:
2025-08-16 01:03:25 +08:00
parent f4fd78955e
commit 764fbf7560
3 changed files with 38 additions and 5 deletions
+9
View File
@@ -32,3 +32,12 @@ export function quickens(data) {
data
});
}
export function fileUrls(data) {
// return request.post('/common/getSmsCode',qs.stringify(params));
return request({
url: "/signature/describeFileUrls",
method: "POST",
cha:'1',
data
});
}