This commit is contained in:
2024-10-16 09:49:37 +07:00
parent 1b14bf24c5
commit 3d2e1fcc5f
4 changed files with 33 additions and 15 deletions

No files matched your search

+3 -3
View File
@@ -58,8 +58,8 @@ type RequestDeleteRencanaKontrol struct {
}
type ResponseRaw struct {
Response string `json:"response"`
MetaData Metadata `json:"metadata"`
Response string `json:"response"`
MetaData MetadataString `json:"metadata"`
}
type ResponseRawUpper struct {
@@ -92,7 +92,7 @@ type ResponseGetSuratKontrolBySEP struct {
Response ResponseSuratKontrolBySEP `json:"response"`
}
type ResponseInsert struct {
type Response struct {
MetaData MetadataString `json:"metadata"`
Response ResponseSuratKontrol `json:"response"`
}