|
@@ -118,6 +118,7 @@ const API = {
|
|
getSellStock: (data) => request(GET, `/api/wx/v2/hot/stock/sell/players`, data),
|
|
getSellStock: (data) => request(GET, `/api/wx/v2/hot/stock/sell/players`, data),
|
|
getChampionlList: (data) => request(GET, `/api/wx/v2/champion/article/list`, data),
|
|
getChampionlList: (data) => request(GET, `/api/wx/v2/champion/article/list`, data),
|
|
upload: (filePath, name) => uploadFile(`/api/wx/uploadfile`, filePath, name),
|
|
upload: (filePath, name) => uploadFile(`/api/wx/uploadfile`, filePath, name),
|
|
|
|
+ uploadAvatar: (filePath, name) => uploadFile(`/api/wx/uploadavatar`, filePath, name),
|
|
updateStyle: (data) => request(PUT, `/api/wx/v2/mine/style`, data),
|
|
updateStyle: (data) => request(PUT, `/api/wx/v2/mine/style`, data),
|
|
getMyStyle: (data) => request(GET, `/api/wx/v2/mine/style`, data),
|
|
getMyStyle: (data) => request(GET, `/api/wx/v2/mine/style`, data),
|
|
getMyFollow: (data) => request(GET, `/api/wx/v2/user/follow/list`, data),
|
|
getMyFollow: (data) => request(GET, `/api/wx/v2/user/follow/list`, data),
|