{
"appId": "{{appId}}",
"appKey": "{{appKey}}",
"userId": "000000-0109-TEST01",
"userKey": "123456",
"completePictureDto": [
{
"contractAddress": "0xc64a8cd84d4e54487a2bee3dddbe77525f97613d",
"tokenId": "0",
"pictureUrl": "etetetes11",
"author": "et voluptate11",
"productId": "8111",
"initPrice": "11"
}
]
}
curl --location --request POST 'https://test.api.tichain.tianhecloud.com/api/v2/nfr/userNfr/pictureStatuQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"appKey": "",
"userId": "000000-0109-TEST01",
"userKey": "123456",
"completePictureDto": [
{
"contractAddress": "0xc64a8cd84d4e54487a2bee3dddbe77525f97613d",
"tokenId": "0",
"pictureUrl": "etetetes11",
"author": "et voluptate11",
"productId": "8111",
"initPrice": "11"
}
]
}'
{
"code": 0,
"message": "string",
"data": {
"id": 1,
"service_name": "string",
"request_ip": "string",
"service_ip": "string",
"uri": "string",
"params": "string",
"create_time": null,
"update_time": null,
"param_item": null,
"complete_status": -9999999999
}
}