版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

参数名称

参数说明

请求类型

是否必须

数据类型

schema

orgId企业IDbodytrueString
appInstanceId应用实例IDbodytrueString
callbackData请求数据bodytruearray
nonce签名随机数stringtrueString签名随机数
timestamp签名时间戳longtrueLong签名时间戳
signature签名stringtrueString签名
instanceAppId自建应用appidStringtrueString
thirdUid开放平台登陆uid String非开放平台用户为空String
thirdCompanyId开放平台登陆componyIdString非开放平台用户为空String

请求参数

参数名称

参数说明

请求类型

是否必须

数据类型

schema

thirdPrizeId第三方奖品idbodytrueString
freeCount冻结数量bodytrueInteger

正数为:冻结

负数为:解冻

appId作品IdbodytrueString
componyId开放平台登陆componyIdbodytrueString
uid开放平台登陆 uidbodytruestring
ext扩展字段bodytruestring
componetId组件idbodytruestring

...

{
  "appInstanceId""778985290508406784",
  "orgId""928a852d-e749-45be-bc31-f8e23f07b7f4",
  "callbackData": [
    {            "thirdPrizeId":"asdasda-asdad-asdasdad-ads",            

"freeCount":100,            

"appId""432852d-a749-45be-bc31-f8e23f22b7f4",           

"componyId""11111",           

"uid":"11111"
    }
  ],
  "nonce""n14GvACT6Ed768TUlJHKwD2Ml2ej89n1",
  "timestamp": 1625793771858 ,
"instanceAppId": "Ipu_t60KoV-gTTtCSkFMWtrkTIA",
"thirdCompanyId": "0707",
"thirdUid": "0707",

  "signature""1d11d6b2be2113fd42519be97421b1ad0ddcb1e5"
}

...