Commit 1d1e5399 by NitefllWind

会员认证接口新增birthday字段

parent ef572c10
...@@ -279,6 +279,7 @@ void FMVipForward::logined(const QJsonObject &serverJob, QJsonObject &posJob) ...@@ -279,6 +279,7 @@ void FMVipForward::logined(const QJsonObject &serverJob, QJsonObject &posJob)
QJsonObject memberObj = serverJob["memberInfo"].toObject(); QJsonObject memberObj = serverJob["memberInfo"].toObject();
posJob["fm_open_id"] = memberObj["account"]; posJob["fm_open_id"] = memberObj["account"];
posJob["prompt"] = 0; posJob["prompt"] = 0;
posJob["birthday"] = memberObj["birthday"];
addSessionData("fm_open_id", memberObj["account"].toString()); addSessionData("fm_open_id", memberObj["account"].toString());
addSessionData("amount", getString(memberObj["amount"].toInt())); addSessionData("amount", getString(memberObj["amount"].toInt()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment