초기 커밋.
This commit is contained in:
21
ssgrestserver/request/테스트.cs
Normal file
21
ssgrestserver/request/테스트.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
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);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user