1
This commit is contained in:
parent
17f8ecccb0
commit
be058c8a41
@ -41,9 +41,9 @@ protected:
|
|||||||
HttpProxy::Instance()->HttpGet
|
HttpProxy::Instance()->HttpGet
|
||||||
(
|
(
|
||||||
[this, _self = shared_from_this()]
|
[this, _self = shared_from_this()]
|
||||||
(bool, a8::XObject*, f8::HttpContext*)
|
(bool ret, a8::XObject* xobj, f8::HttpContext* context)
|
||||||
{
|
{
|
||||||
SetResult({});
|
SetResult({ret, *xobj});
|
||||||
},
|
},
|
||||||
url_.c_str(),
|
url_.c_str(),
|
||||||
url_params_);
|
url_params_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user