@@ -71,4 +71,12 @@ export function jumpObtain(skuId, goodsId) {
method:Method.GET,
});
}
// 清除未读
// /im/message/clean/unred
exportfunctionclearmeaager(){
returnhttp.request({
url:`${api.im}/message/clean/unred`,
method:Method.PUT,
});
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.