1
This commit is contained in:
parent
c15cb12a75
commit
f856de73d2
@ -214,8 +214,8 @@ namespace f8
|
||||
break;
|
||||
}
|
||||
}
|
||||
std::shared_ptr<a8::XObject> xobj = std::make_shared<a8::XObject>();
|
||||
if (ret) {
|
||||
std::shared_ptr<a8::XObject> xobj = std::make_shared<a8::XObject>();
|
||||
if (xobj->ReadFromJsonString(response)) {
|
||||
f8::MsgQueue::Instance()->PostMsg
|
||||
(IM_HttpClientPool,
|
||||
@ -247,7 +247,9 @@ namespace f8
|
||||
(
|
||||
{
|
||||
node->context_id,
|
||||
AHE_NO_CONN
|
||||
AHE_NO_CONN,
|
||||
xobj,
|
||||
response
|
||||
}
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user