mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 07:55:01 +01:00
fix some things
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user