更新了网络服务接口定义
This commit is contained in:
@@ -36,7 +36,7 @@ namespace BITKit
|
||||
}
|
||||
public static string Get<T>(T obj)
|
||||
{
|
||||
return JsonConvert.SerializeObject(obj);
|
||||
return JsonConvert.SerializeObject(obj,Formatting.Indented);
|
||||
}
|
||||
public static T Get<T>(byte[] buffer)
|
||||
{
|
||||
|
Reference in New Issue
Block a user