{
  "type" : "object",
  "description" : "offerdetail 数据服务接口",
  "mappedType" : "Mtop1688OfferdetailmobileserviceFindofferdetailRequest",
  "properties" : {
    "API_NAME" : {
      "type" : "string",
      "required" : true,
      "description" : "API的名称",
      "default" : "mtop.1688.offerdetailmobileservice.findofferdetail"
    },
    "VERSION" : {
      "type" : "string",
      "required" : true,
      "description" : "API的版本号",
      "default" : "1.0"
    },
    "NEED_ECODE" : {
      "type" : "boolean",
      "required" : true,
      "description" : "API的签名方式",
      "default" : false
    },
    "NEED_SESSION" : {
      "type" : "boolean",
      "required" : true,
      "description" : "淘宝无线用户会话ID",
      "default" : true
    },
    "visitorMembeId" : {
      "type" : "string",
      "required" : false,
      "description" : "visitorMembeId",
      "default" : null
    },
    "versionId" : {
      "type" : "string",
      "required" : false,
      "description" : "versionId",
      "default" : null
    },
    "offerId" : {
      "type" : "integer",
      "required" : true,
      "description" : "offerId",
      "default" : 0
    }
  }
}