Commit 193c69f9 authored by wty's avatar wty

修改页面3

parent 80a73f84
...@@ -13,14 +13,14 @@ const ErrorCode = { ...@@ -13,14 +13,14 @@ const ErrorCode = {
getMysql.then(Mysql => { getMysql.then(Mysql => {
/* GET users listing. */ /* GET users listing. */
router.get('/getUser', async (req, res) => { router.get('/getUser', async (req, res) => {
res.send({ // res.send({
success: true, // success: true,
data: { // data: {
name: '王天宇', // name: '王天宇',
id: 1, // id: 1,
follow: [] // follow: []
} // }
}) // })
const {sso_ticket} = req.cookies 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