code review:优化收银台的实现,解决 TODO

This commit is contained in:
YunaiV
2023-08-10 23:30:37 +08:00
parent 551ebbd41d
commit 7625e6757c
8 changed files with 55 additions and 184 deletions

View File

@ -1,5 +1,6 @@
import request from '@/config/axios'
// 获得支付通知明细
export const getNotifyTaskDetail = (id) => {
return request.get({
url: '/pay/notify/get-detail?id=' + id