mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-17 03:48:16 +08:00
Use 77.cocogoat.cn
This commit is contained in:
@@ -41,7 +41,7 @@ public static class Export {
|
|||||||
var result = JsonSerializer.Serialize(ExportToUIAFApp(data));
|
var result = JsonSerializer.Serialize(ExportToUIAFApp(data));
|
||||||
using var request = new HttpRequestMessage {
|
using var request = new HttpRequestMessage {
|
||||||
Method = HttpMethod.Post,
|
Method = HttpMethod.Post,
|
||||||
RequestUri = new Uri($"https://77.cocogoat.work/v1/memo?source={App.AllAchievement}"),
|
RequestUri = new Uri($"https://77.cocogoat.cn/v1/memo?source={App.AllAchievement}"),
|
||||||
Content = new StringContent(result, Encoding.UTF8, "application/json")
|
Content = new StringContent(result, Encoding.UTF8, "application/json")
|
||||||
};
|
};
|
||||||
using var response = Utils.CHttpClient.Send(request);
|
using var response = Utils.CHttpClient.Send(request);
|
||||||
|
|||||||
Reference in New Issue
Block a user