完成获取应用列表、获取内置app列表
This commit is contained in:
@ -25,7 +25,7 @@ typedef struct {
|
||||
QString func;
|
||||
QString url;
|
||||
} Button;
|
||||
typedef struct {
|
||||
struct ConfigResponse {
|
||||
bool succeed;
|
||||
struct {
|
||||
QString logo_url;
|
||||
@ -37,7 +37,7 @@ typedef struct {
|
||||
QString title_cover_color;
|
||||
}basic;
|
||||
QList<Button> buttons;
|
||||
}ConfigResponse;
|
||||
};
|
||||
|
||||
class RequestBodyBase:public QObject{
|
||||
Q_OBJECT;
|
||||
|
Reference in New Issue
Block a user