mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-16 19:38:13 +08:00
update
This commit is contained in:
@@ -60,7 +60,7 @@ public static class Export {
|
|||||||
var id = Guid.NewGuid().ToString("N").Substring(20, 8);
|
var id = Guid.NewGuid().ToString("N").Substring(20, 8);
|
||||||
var result = JsonSerializer.Serialize(new Dictionary<string, object> {
|
var result = JsonSerializer.Serialize(new Dictionary<string, object> {
|
||||||
{ "key", id },
|
{ "key", id },
|
||||||
{ "data", ExportToUIAFApp(data) }
|
{ "data", data.List.Where(a => a.Status is Status.Finished or Status.RewardTaken) }
|
||||||
});
|
});
|
||||||
using var request = new HttpRequestMessage {
|
using var request = new HttpRequestMessage {
|
||||||
Method = HttpMethod.Post,
|
Method = HttpMethod.Post,
|
||||||
|
|||||||
Reference in New Issue
Block a user