const infoList = async (data = {}) => { return await http().get({ url: config.urlList.infoList, // data: data data }); }