开始做充值和发票
This commit is contained in:
@@ -2,6 +2,6 @@ import apis from '../utils/request';
|
||||
const { GET, POST, PUT, DELETE } = apis
|
||||
|
||||
// 获取园区id模糊搜索商户列表
|
||||
export const getParkList = async function({ park, keyword }) {
|
||||
export const getTenementList = async function({ park, keyword }) {
|
||||
return await GET(`/wx/getTenementList?park=${park}&keyword=${keyword}`);
|
||||
}
|
Reference in New Issue
Block a user