cURL
curl --request GET \ --url https://apidev.nusd.me/nps/ticket \ --header 'BIZ-API-KEY: <api-key>' \ --header 'Biz-Api-Nonce: <api-key>' \ --header 'Biz-Api-Signature: <api-key>'
{ "status": 0, "data": { "ticket_id": "81e83b93-8c6c-4153-8df6-8e1d74d25bf3", "transaction_id": "7d7307fe-f6e6-44ed-8e2e-48ddcca88d23", "abnormals": "amount,status", "desc": "amount and status not match", "status": "Pending", "create_at": "2026-04-01T07:01:28.192Z", "update_at": "2026-04-01T07:01:28.192Z" }, "msg": "<string>" }
获取工单详情
API Key,请求需在请求头中携带。
时间戳,请求需在请求头中携带。
签名串,请求需在请求头中携带。
工单id
"81e83b93-8c6c-4153-8df6-8e1d74d25bf3"
请求成功,返回工单详情
状态码,0 表示成功。
0
工单详情
Show child attributes
错误消息,status 非 0 时存在