fix some things

This commit is contained in:
Mikhail Thompson
2024-06-27 23:03:06 +03:00
parent d3ea7d4112
commit 26ecb9e963
9 changed files with 155 additions and 28 deletions

View File

@@ -1514,4 +1514,24 @@ message ReqGetJupiterMarketingDetail {
message ResGetJupiterMarketingDetail {
string marketingDetail = 1;
}
message NetProfileData {
// TODO
}
message ResGetProfileData {
int64 targetUsn = 2;
}
message ReqGetProfileData {
NetProfileData data = 2;
}
message ReqSetWallpaper {
repeated NetWallpaperData wallpaperList = 2;
}
message ResSetWallpaper {
}