Commit 73943c2c authored by lc@weface.com.cn's avatar lc@weface.com.cn

''

parent 9a9f5536
...@@ -139,5 +139,11 @@ export const listAllBaseInfo = (data) => { ...@@ -139,5 +139,11 @@ export const listAllBaseInfo = (data) => {
data data
}) })
} }
//缴费信息查询
export const listPayInfo = (data) => {
\ No newline at end of file return axios({
url: '/payInfo/getPayInfo',
method: 'post',
data
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment