几乎完成

This commit is contained in:
Mike Solar
2023-08-18 19:09:55 +08:00
parent bc3b3f69a7
commit b728e697fb
33 changed files with 1299 additions and 1182 deletions

View File

@ -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