|
@@ -93,7 +93,13 @@ bool CLewaimaiHttpClient::Login(std::string& errmsg)
|
|
|
std::string shop_id = v_row_i.GetString();
|
|
std::string shop_id = v_row_i.GetString();
|
|
|
|
|
|
|
|
m_client.m_shop_id = shop_id;
|
|
m_client.m_shop_id = shop_id;
|
|
|
|
|
+
|
|
|
|
|
+ m_client.m_shop_ids += shop_id + ",";
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ m_client.m_shop_ids = m_client.m_shop_ids.substr(0, m_client.m_shop_ids.length() - 1);
|
|
|
|
|
+
|
|
|
|
|
+ std::string a = m_client.m_shop_ids;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//LOG_INFO("login success!");
|
|
//LOG_INFO("login success!");
|