데이터 파일 추가. 버전업
This commit is contained in:
BIN
2025-03-25_12.sqlite.7z
Normal file
BIN
2025-03-25_12.sqlite.7z
Normal file
Binary file not shown.
@@ -189,7 +189,7 @@ namespace XRServer
|
||||
}
|
||||
|
||||
JObject responsePayload = new JObject();
|
||||
responsePayload["code"] = 20; // 성공 코드
|
||||
responsePayload["code"] = 200; // 성공 코드
|
||||
responsePayload["message"] = "success"; // 성공 메시지
|
||||
responsePayload["data"] = playbackList; // 재생 목록 데이터
|
||||
|
||||
@@ -252,7 +252,7 @@ namespace XRServer
|
||||
// 모든 성공 응답은 일관된 구조(code, message, data)를 갖도록 객체를 생성합니다.
|
||||
var responsePayload = new
|
||||
{
|
||||
code = 20,
|
||||
code = 200,
|
||||
message = "success",
|
||||
data = data
|
||||
};
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<UseWPF>true</UseWPF>
|
||||
<Platforms>AnyCPU;x86</Platforms>
|
||||
<ApplicationIcon>icon.ico</ApplicationIcon>
|
||||
<Version>1.0.4</Version>
|
||||
<Version>1.0.5</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user