Open
Description
错误代码
HproseHttpClient1.UseService('http://xxxx.com//http_server.php');
错误提示 invalid URL ""
临时可以用的方案是
HproseClient.UseService(URL);修改为
HproseClient.New(URL);
HproseClient.URI:=URL;
Metadata
Metadata
Assignees
Labels
No labels
错误代码
HproseHttpClient1.UseService('http://xxxx.com//http_server.php');
错误提示 invalid URL ""
临时可以用的方案是
HproseClient.UseService(URL);修改为
HproseClient.New(URL);
HproseClient.URI:=URL;