送达裁决书接口联调

This commit is contained in:
Your Name
2023-09-27 19:48:56 +08:00
parent 4982eb3bc3
commit 2ac18c446e
5 changed files with 89 additions and 10 deletions
@@ -42,4 +42,12 @@ export function checkArbitrateRecord(data) {
method: 'post',
data: data
})
}
// 裁决书送达
export function adjudicationDelivery(data) {
return request({
url: '/adjudication/delivery',
method: 'post',
data: data
})
}