import client from '@/axios/api.js' 
client.getPersonInfo({id: 122}).then(res => {
  console.log(res)
})