long t;
time(&t); //参考: https://blog.csdn.net/q11w2212/article/details/8474725
lr_save_int(t,"event_time"); // lr_save_string -h1
...
web_custom_request("report_log",
"URL=http://tq:9091/v1/log",
"Method=POST",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Mode=HTML",
"EncType=application/json",
"Body={\"event_time\":{event_time}}",
LAST)
参考:https://blog.csdn.net/q11w2212/article/details/8474725
没有评论:
发表评论