获取全局事务id
GET
/openApi/get/dataflow/global/xid
后端接口/数据流
请求参数
Query 参数
timeout
string
必需
xidCount
integer
可选
Header 参数
secretId
string
密钥
randomStr
string
随机字符串
sign
string
签名
返回响应
🟢200成功
application/json
Body
msg
string
必需
result
string
必需
code
integer
必需
originResp
string
必需
success
boolean
必需
guid
string
必需
uuid
string
必需
status
integer
必需
示例
{
"msg": "成功",
"result": "10.129.13.158:8091:252463228084936704",
"code": 8010001,
"originResp": "{\"result\":\"10.129.13.158:8091:252463228084936704\",\"msg\":\"成功\",\"code\":1000000,\"status\":200}",
"success": true,
"guid": "768e4a41bbbb9e05",
"uuid": "768e4a41bbbb9e05",
"status": 200
}