Files
ssg_rest_server/ssgrestserver/request/테스트.cs
2026-04-01 20:16:50 +09:00

22 lines
530 B
C#

using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ssgrestserver
{
class : ARequestObject
{
protected override string startUpdateWork()
{
JObject buf코더상태 = new JObject();
buf코더상태.Add("test", "testtt");
buf코더상태.Add("status", "200");
return buf코더상태.ToString(Newtonsoft.Json.Formatting.None);
}
}
}