几乎完成
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Created by HW on 2023/07/27.
|
||||
//
|
||||
|
||||
@ -17,13 +17,24 @@
|
||||
|
||||
typedef struct {
|
||||
QString img;
|
||||
QString img_cover;
|
||||
QString title;
|
||||
QString png;
|
||||
QString img_name;
|
||||
QString name;
|
||||
QString type;
|
||||
int sort;
|
||||
int status;
|
||||
bool is_navbar;
|
||||
bool is_elite;
|
||||
QString orig_name;
|
||||
QString categroy_id;
|
||||
QString op;
|
||||
QString func;
|
||||
QString url;
|
||||
QString dev;
|
||||
bool locked;
|
||||
bool is_delete;
|
||||
QString version;
|
||||
|
||||
} Button;
|
||||
struct ConfigResponse {
|
||||
bool succeed;
|
||||
@ -126,6 +137,6 @@ class OpenWeChatRequest:public RequestBodyBase
|
||||
{
|
||||
public:
|
||||
OpenWeChatRequest():RequestBodyBase(){}
|
||||
QString sendRequest(bool notuse=false/*Ϊ<EFBFBD>˹<EFBFBD><EFBFBD>ɺ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>أ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>*/);
|
||||
QString sendRequest(bool notuse=false/*为了构成函数重载,凑数的*/);
|
||||
};
|
||||
#endif //OFFICEASSISTANT_NETIO_H
|
||||
|
Reference in New Issue
Block a user