欢迎使用 TradeCross 授权管理系统,为您的应用提供安全可靠的授权验证服务
请求方式: POST
请求参数:
hardware_id - 设备硬件指纹(必填)auth_code - 6位授权码(必填)tx_hash - 交易哈希值(可选)
Content-Type: application/x-www-form-urlencoded
hardware_id=abc123def456&auth_code=123456&tx_hash=0x1234567890abcdef...
{
"code": 200,
"message": "授权验证成功",
"data": "加密的授权数据"
}
{
"code": 400,
"message": "授权码格式错误"
}