售后日志:完成

This commit is contained in:
YunaiV
2023-12-14 20:07:20 +08:00
parent 2d6cfdf53b
commit 3efb8ecf27
4 changed files with 31 additions and 59 deletions
+10
View File
@@ -29,6 +29,16 @@ const AfterSaleApi = {
id,
},
});
},
// 获得售后日志列表
getAfterSaleLogList: (afterSaleId) => {
return request2({
url: `/app-api/trade/after-sale-log/list`,
method: 'GET',
params: {
afterSaleId,
},
});
}
};