60 lines
1.6 KiB
JavaScript
60 lines
1.6 KiB
JavaScript
import { httpget2 } from "../../../../utils/request"
|
|
import apiUrl from '../../../../service/apiurl'
|
|
export const coutxzc = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.coutxzc,params)
|
|
return res
|
|
}
|
|
|
|
export const countslgc = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.countslgc,params)
|
|
return res
|
|
}
|
|
|
|
export const countjctx = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.countjctx,params)
|
|
return res
|
|
}
|
|
|
|
export const countzddx = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.countzddx,params)
|
|
return res
|
|
}
|
|
|
|
export const countzrr = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.countzrr,params)
|
|
return res
|
|
}
|
|
|
|
export const countjctx1 = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.countjctx1,params)
|
|
return res
|
|
}
|
|
|
|
export const countzddx1 = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.countzddx1,params)
|
|
return res
|
|
}
|
|
|
|
export const countslgc1 = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.countslgc1,params)
|
|
return res
|
|
}
|
|
|
|
export const yfzhdCount = async()=>{
|
|
const res = await httpget2(apiUrl.jbqk.yfzhd.count,{})
|
|
return res
|
|
}
|
|
export const conutDeteil = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.conutDeteil,params)
|
|
return res
|
|
}
|
|
|
|
export const conutInfo = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.conutInfo,params)
|
|
return res
|
|
}
|
|
|
|
export const conutInfo1 = async(params)=>{
|
|
const res = await httpget2(apiUrl.jbqk.shjj.conutInfo1,params)
|
|
return res
|
|
} |