发现周边影视会员Api
  1. Schemas
发现周边影视会员Api
  • 接口安全
  • 回调说明
  • 渠道账号
    • 账号信息
      GET
  • 商品接口
    • 产品分类查询
      POST
    • 产品价格查询
      POST
    • 提交产品订单
      POST
  • 订单接口
    • 订单列表
      POST
    • 查询订单
      POST
  • 数据模型
    • 示例数据模型
      • Pet
      • Category
      • Tag
    • Schemas
      • ChannelData
      • DataInputModelData
      • EShopGoodsData
      • GetOrderReq
      • GoodsCategoryData
      • GoodsItemData
      • OrderData
      • Pager«EShopGoodsData»
      • Pager«OrderData»
      • ResultResp«OrderData»
      • ResultResp«Pager«EShopGoodsData»»
      • SearchEShopGoodsOptions
      • SearchOrderReq
      • SubmitEShopGoodsReq
  1. Schemas

EShopGoodsData(EShopGoodsData)

{
    "goodsHtmlUrl": "string",
    "goodsLogoUrl": "string",
    "goodsName": "string",
    "id": "string",
    "items": [
        {
            "goodsName": "string",
            "id": "string",
            "originPrice": 0,
            "quantity": 0,
            "salePrice": 0,
            "settlePrice": 0,
            "userNameFiled": {
                "dataLabel": "string",
                "dataRegular": "string",
                "dataRegularErrMsg": "string"
            }
        }
    ],
    "showAddress": true,
    "showIdCard": true,
    "showMobile": true,
    "showRealName": true,
    "showSelectArea": true,
    "showUserName": true
}
Built with