feat: add fnOS packaging, storage workflows and release pipeline
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace dy.net.model.response
|
||||
{
|
||||
@@ -115,6 +116,12 @@ namespace dy.net.model.response
|
||||
[JsonProperty("short_id")]
|
||||
public string ShortId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户主页展示的自定义抖音号。short_id 只是没有自定义抖音号时的数字兜底。
|
||||
/// </summary>
|
||||
[JsonProperty("unique_id")]
|
||||
public string UniqueId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 签名
|
||||
/// </summary>
|
||||
@@ -123,6 +130,18 @@ namespace dy.net.model.response
|
||||
|
||||
[JsonProperty("uid")]
|
||||
public string UperId { get; set; }
|
||||
|
||||
[JsonProperty("live_status")]
|
||||
public int? LiveStatus { get; set; }
|
||||
|
||||
[JsonProperty("room_id")]
|
||||
public string RoomId { get; set; }
|
||||
|
||||
[JsonProperty("room_id_str")]
|
||||
public string RoomIdStr { get; set; }
|
||||
|
||||
[JsonProperty("room_data")]
|
||||
public JToken RoomData { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user