会计事项平台更新

This commit is contained in:
hyt 2025-07-18 15:12:33 +08:00
parent 191397e5cc
commit b99eaf608a
2 changed files with 1952 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import request from "@/utils/request";
export function logqueryBillAPI(data) {
return request({
url: "/kangarooDataCenterV3/ae/push/log/queryBill",
method: "post",
data,
});
}

File diff suppressed because it is too large Load Diff