module.exports = { statusCode: 200, body: { code: 200, message: "ok", data: { name: "hello", id: "is", avatar: "https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fsafe-img.xhscdn.com%2Fbw1%2F2b22236d-a6e4-4437-b9f6-4ca9a01bac3a%3FimageView2%2F2%2Fw%2F1080%2Fformat%2Fjpg&refer=http%3A%2F%2Fsafe-img.xhscdn.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1682339675&t=c57d5ab4523574bb34138908789a11ad", token: "token", sex: "other", mobile: "222222", }, }, };