This website works better with JavaScript.
Explore
Help
Sign In
pun97twox
/
uni-blog
Watch
1
Star
0
Fork
You've already forked uni-blog
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ea631f49d3
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ea631f49d3'
${ noResults }
uni-blog
/
server
/
utils
/
result.js
6 lines
100 B
Raw
Blame
History
const
result
=
(
code
,
message
,
data
)
=>
{
return
{
code
,
data
,
message
}
}
export
default
result
Reference in new issue
View Git Blame
Copy Permalink