This commit is contained in:
aozhiwei 2023-05-27 17:19:28 +08:00
parent 17f8ecccb0
commit be058c8a41

View File

@ -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_);