import oahttp from "@/utils/oahttp.js"; /** * 任务列表 */ export const addUserInfo = (data) => oahttp.post('/index/addVillagerInfo', data)