修复全名重复

This commit is contained in:
Mike Solar
2023-08-29 11:45:11 +08:00
parent fd525fb8d1
commit a96f802b85
5 changed files with 27 additions and 5 deletions

View File

@ -139,4 +139,11 @@ public:
OpenWeChatRequest():RequestBodyBase(){}
QString sendRequest(bool notuse=false/*为了构成函数重载,凑数的*/);
};
class OpenAppRequest:public RequestBodyBase
{
public:
OpenAppRequest():RequestBodyBase(){}
QString sendRequest(QString app_name);
};
#endif //OFFICEASSISTANT_NETIO_H