修复全名重复
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user