会计事项平台更新
This commit is contained in:
parent
191397e5cc
commit
b99eaf608a
|
@ -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
Loading…
Reference in New Issue