第42月第11天 curl post 预约码设计

1.

curl -H "Content-Type: application/json" -X POST -d '{"appConfigCode":"bairui"}' "https://record.anychat.cn/AnyChatPlatform/adminAppconfig/getAppIdByCode"

https://blog.csdn.net/opti/article/details/94452489

curl --location --request POST "https://record.anychat.cn/AnyChatPlatform/adminAppconfig/getAppIdByCode" --header 'Content-Type: application/json'  --header 'Content-Type: application/json'  --data-raw '{"appConfigCode":"bairui"}'

curl --location --request POST 'http://120.76.26.218:9000/gateway?method=fileinfo_get&timestamp=20200409102940&appid=5181AA91-2A70-0846-ABAD-A88FE2BA7CF4&signtype=MD5&signstr=305D73CCA9FF705CAC077C0782A8F7BE'  --header 'Content-Type: application/json'  --header 'Content-Type: text/plain'  --data-raw '{"filelist":[{"fileid":"8A95B5A2-7078-A442-9C25-A225E8EE4437"}]}'

2.

必须的,yymmdd+有效时间+约定字符串

https://www.cnblogs.com/luao/p/10827939.html

原文地址:https://www.cnblogs.com/javastart/p/12462582.html