no message

This commit is contained in:
2025-08-14 20:22:46 +08:00
parent d11c19d337
commit cac43cc5dc
7 changed files with 54 additions and 31 deletions
+8
View File
@@ -24,3 +24,11 @@ export function contractInfo(data) {
data
});
}
export function quickens(data) {
// return request.post('/common/getSmsCode',qs.stringify(params));
return request({
url: "/finance/getQuickens",
method: "get",
data
});
}