猫眼
    猫眼
    • 猫眼
    • 查询场次信息
      GET
    • 查询剩余票价信息
      GET
    • 获取账号下邮寄地址
      GET
    • 搜索明星场次
      GET
    • 添加邮寄地址并且保存为默认
      POST
    • 选择对应票价提交信息
      POST
    • 提交下单信息
      POST
    • 下单获取支付链接信息
      POST
    • 当前账号下观演人
      GET
    • 添加观演人并且设置成默认信息
      POST
    • 进入当前场次信息
      GET

      进入当前场次信息

      开发中
      GET
      https://wx.maoyan.com/maoyansh/myshow/ajax/v2/performance/295662/shows/0

      请求参数

      Query 参数

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://wx.maoyan.com/maoyansh/myshow/ajax/v2/performance/295662/shows/0?token=MY_GHn75LRGPBthnzSU2UiUm7_zQ-AAAAAwjc6AgnCCmEikIHcgBf2dP9Slgwm0Xl2pnAAYX70K6EMyZujnih1Upu7j1Ycj-Tr5AAAAlAAAAAEB&sellChannel=7&performanceId=295662&cityId=44'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {
          "code": 0,
          "msg": "string",
          "data": [
              {
                  "showId": 0,
                  "name": "string",
                  "performanceId": 0,
                  "startTimeDateFormatted": "string",
                  "startTimeWeekFormatted": "string",
                  "startTimeTimeFormatted": "string",
                  "startTime": 0,
                  "endTime": 0,
                  "onSaleTime": 0,
                  "offSaleTime": 0,
                  "hasInventory": true,
                  "showStatus": 0,
                  "showType": 0,
                  "showNote": "string",
                  "areaUrl": null,
                  "areaSvg": null,
                  "areaSvgUrl": null,
                  "showSeatType": 0,
                  "setExplain": "string",
                  "showOrderLimitVO": {
                      "maxBuyLimitPerOrder": 0,
                      "maxBuyLimitPerUser": 0,
                      "userAlreadyBuyNum": 0,
                      "userRemainBuyNum": 0
                  },
                  "unusualStatus": 0,
                  "needFaceCheck": true,
                  "seatMode": 0,
                  "hasDiscount": true,
                  "minSellPrice": null,
                  "preSelectVO": null,
                  "soldOut": true,
                  "normal": true,
                  "default": true
              }
          ],
          "paging": null,
          "attrMaps": {
              "serverTime": 0
          },
          "success": true
      }
      修改于 2024-01-16 08:46:24
      上一页
      添加观演人并且设置成默认信息
      Built with