8 Star 7 Fork 3

Micooz / TiebaSign

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Httper.h 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
Micooz 提交于 2014-01-07 12:14 . Add program and source files
#ifndef HTTPER_H
#define HTTPER_H
#include <QtNetwork/QNetworkAccessManager>
#include <QStringList>
#include"H_IO.h"
typedef QStringList listForums;
class Httper{
public:
Httper(const QString*un,const QString*pw);
bool Login();
bool needVcode(QString* _out_vcodestr);
void showVcodeImage();
void getForums();
void translateReturn(const int * _in_no, const QString *_in_item);
void autoSign();
QString getTbs();
//data
listForums m_forumLike;
int success;
int jump;
int failed;
private:
QNetworkAccessManager* m_ntManager;
QString getToken();
int Sign(const QString & kw);
void getUID();
QString m_uid;
QString m_un;
QString m_pw;
QString m_vcode;
bool m_islogin;
};
#endif // HTTPER_H
C++
1
https://gitee.com/micooz/TiebaSign.git
git@gitee.com:micooz/TiebaSign.git
micooz
TiebaSign
TiebaSign
master

搜索帮助