Commit 193c69f9 authored by wty's avatar wty

修改页面3

parent 80a73f84
......@@ -13,14 +13,14 @@ const ErrorCode = {
getMysql.then(Mysql => {
/* GET users listing. */
router.get('/getUser', async (req, res) => {
res.send({
success: true,
data: {
name: '王天宇',
id: 1,
follow: []
}
})
// res.send({
// success: true,
// data: {
// name: '王天宇',
// id: 1,
// follow: []
// }
// })
const {sso_ticket} = req.cookies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment