Skip to content

Commit

Permalink
feat(tiktokshop): 随官方更新授权认证相关接口模型
Browse files Browse the repository at this point in the history
  • Loading branch information
fudiwei committed Jun 12, 2024
1 parent ae39669 commit 94634d5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ public class Data
[Newtonsoft.Json.JsonProperty("seller_base_region")]
[System.Text.Json.Serialization.JsonPropertyName("seller_base_region")]
public string? SellerBaseRegion { get; set; }

/// <summary>
/// 获取或设置已授权的权限列表。
/// </summary>
[Newtonsoft.Json.JsonProperty("granted_permissions")]
[System.Text.Json.Serialization.JsonPropertyName("granted_permissions")]
public string[]? GrantedPermissionList { get; set; }
}
}
}
Expand Down

0 comments on commit 94634d5

Please sign in to comment.