init
This commit is contained in:
@@ -29,8 +29,8 @@ export function listUserPicturesByUserId(id) {
|
||||
|
||||
export function batchUpdateUserPictures(userId,userPictures) {
|
||||
return request({
|
||||
url: '/xq/userPictures/listByUserId',
|
||||
method: 'data',
|
||||
url: '/xq/userPictures/batchUpdate',
|
||||
method: 'post',
|
||||
data: {
|
||||
userId:userId,
|
||||
userPictures: userPictures
|
||||
|
||||
Reference in New Issue
Block a user