|
@@ -3449,7 +3449,7 @@ void HttpSocket::reelusertrans(std::string struseracc, __int32 ikindid, std::int
|
|
|
doc.SetObject();
|
|
|
rapidjson::Document::AllocatorType& allocator = doc.GetAllocator();
|
|
|
|
|
|
- std::string strscore = funclib::getdouble(iscore);
|
|
|
+ std::string strscore = getdouble(iscore);
|
|
|
std::string strtransid = funclib::getonlytoken(1, m_ucurid);
|
|
|
|
|
|
doc.AddMember("casino", rapidjson::Value("luckybet777", allocator), allocator);
|
|
@@ -3561,8 +3561,7 @@ void HttpSocket::getreelgameurl(std::string struseracc, __int32 ikindid, std::fu
|
|
|
auto& allocator = docdata.GetAllocator();
|
|
|
docdata.AddMember("ret", -1, allocator);
|
|
|
docdata.AddMember("info", rapidjson::Value("ok", allocator), allocator);
|
|
|
- //dofun(funclib::doctojson(docdata), 200);
|
|
|
- dofun(strdata, 200);
|
|
|
+ dofun(funclib::doctojson(docdata), 200);
|
|
|
}
|
|
|
}
|
|
|
else
|