本文整理自网络,侵删。
WebHttpRequest1.Headers.AddPair('Content-Type', 'application/x-www-form-urlencoded');
WebHttpRequest1.PostData := '{"telefon":"699123456"}';WebHttpRequest1.URL := 'https://www.xxx.com/license/presencia-wa/web/XL_registrarEmpleat';WebHttpRequest1.Execute;
相关阅读 >>
Delphi tcolortohex 与 hextotcolor
Delphi windows 编程[8] - wm_paint 消息
更多相关阅读请进入《Delphi》频道 >>