接口示例 /api/v1.token/beatheart : 心跳接口
[root@frmstock frmtag]#[root@frmstock frmtag]# timestamp=`date +%s` ; authorization=`echo -n "d19638d0-ea32-11ed-8a52-000c2921ab31:$timestamp:/api/v1.token/beatheart" | md5sum | cut -d " " -f 1`;curl -v -k "https://tag.frmstock.org.cnindex.php/api/v1.token/beatheart" -H "authorization: $authorization" -H "timestamp: $timestamp" -H "Cookie: PHPSESSID=3f8d519d4e6ac8da868a248a5801730b;"* About to connect() to tag.frmstock.org.cn port 443 (#0)* Trying 106.14.219.145...* Connected to tag.frmstock.org.cn (106.14.219.145) port 443 (#0)> GET /index.php/api/v1.token/beatheart HTTP/1.1> User-Agent: curl/7.29.0> Host: tag.frmstock.org.cn> Accept: */*> authorization: ee41cd59c522cdae728f0e0eb9376c54> timestamp: 1683275128> Cookie: PHPSESSID=3f8d519d4e6ac8da868a248a5801730b;>< HTTP/1.1 200 OK< Server: nginx/1.20.1< Date: Fri, 05 May 2023 08:25:28 GMT< Content-Type: text/html; charset=UTF-8< Transfer-Encoding: chunked< Connection: keep-alive< X-Powered-By: PHP/7.1.33< Expires: Thu, 19 Nov 1981 08:52:00 GMT< Cache-Control: no-store, no-cache, must-revalidate< Pragma: no-cache<* Connection #0 to host tag.frmstock.org.cn left intact{"status":0,"message":"通信成功"}[root@frmstock frmtag]#