|
@@ -8,6 +8,8 @@ module.exports = {
|
|
|
getCategoryWorks: data => request('/v3/column/opus', 'get', data),
|
|
|
|
|
|
getHotrecommendList: data => request('/userRead/recommend', 'get', data),
|
|
|
+
|
|
|
+ getAuthorityList: data => request('/v3/recommend', 'get', data),
|
|
|
|
|
|
publishWorks: data => request('/userRead', 'post', data),
|
|
|
|