feat: 유산포인트로 장수 소유자 확인
This commit is contained in:
+4
-1
@@ -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<{
|
||||
|
||||
Reference in New Issue
Block a user