订单列表显示,修改bug

This commit is contained in:
2022-12-29 18:19:17 +08:00
parent cfb4310d6f
commit 8c33b899bf
3 changed files with 137 additions and 29 deletions

View File

@@ -71,4 +71,12 @@ export function jumpObtain(skuId, goodsId) {
method: Method.GET,
});
}
// 清除未读
// /im/message/clean/unred
export function clearmeaager() {
return http.request({
url: `${api.im}/message/clean/unred`,
method: Method.PUT,
});
}