curl --location --request POST 'ssiot.cc/scada/login' \ --header 'authtimestamp: 当前毫秒时间戳' \ --header 'Authentication: 在用户管理中创建或通过login接口获取' \ --data-urlencode 'username=sansan' \ --data-urlencode 'password=xxxx'
{}