|
|
@@ -70,7 +70,7 @@ bool CZhipuziHttpClient::Login(std::string& errmsg)
|
|
|
bool CZhipuziHttpClient::Request(std::string url, std::map<string, string> params, std::string& response)
|
|
|
{
|
|
|
std::string timestamp = to_string(time(NULL));
|
|
|
- std::string nonce = "123456";
|
|
|
+ std::string nonce = "12345";
|
|
|
std::string machinecode = "e6bc5694877b2aec";
|
|
|
|
|
|
std::string lwm_appid = "84b19199fd221a78c491cd553cbb4ab7";
|