版本比较

标识

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

...

字段名描述类型是否必须

prizeId

奖品id

String

num

退库数量

Long

ext

奖品新增时存的冗余字段

String

instanceAppId自建应用appidString
orgId企业idString
thirdUid开放平台登陆uid String非开放平台用户为空
thirdCompanyId开放平台登陆componyIdString非开放平台用户为空


代码块
themeMidnight
{
    "prizeId": "684834095024443393",
    "num": 100,
    "ext":json字符串,
    "instanceAppId": "Ipu_t60KoV-gTTtCSkFMWtrkTIA",
    "orgId": "572d9b1a-aca5-40a9-ad6e-4d8deb6395c4",
    "thirdCompanyId": "0707",
    "thirdUid": "0707"
}


返回参数

字段名描述类型是否必须

code

结果返回码,200为正常,其余都为错误

String

msg

结果描述

String

data

结果

Boolean


...