feat: 유산포인트로 장수 소유자 확인

This commit is contained in:
2024-06-08 18:42:39 +00:00
parent 86305087f7
commit b6f19fa38b
5 changed files with 258 additions and 73 deletions
+4 -1
View File
@@ -179,7 +179,10 @@ const apiRealPath = {
}>,
GetMoreLog: GET as APICallT<{
lastID: number
}, InheritLogResponse>
}, InheritLogResponse>,
CheckOwner: PUT as APICallT<{
destGeneralID: number;
}>,
},
Message: {
DeleteMessage: PATCH as APICallT<{