Merge branch 'release/4.6'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -253,7 +253,7 @@ const getCollocationListData = (params, uid) => { | @@ -253,7 +253,7 @@ const getCollocationListData = (params, uid) => { | ||
253 | const setFavorite = (params, uid) => { | 253 | const setFavorite = (params, uid) => { |
254 | if (!uid) { | 254 | if (!uid) { |
255 | return Promise.resolve({ | 255 | return Promise.resolve({ |
256 | - code: 401, | 256 | + code: 400, |
257 | message: '未登录' | 257 | message: '未登录' |
258 | }); | 258 | }); |
259 | } | 259 | } |
-
Please register or login to post a comment