688号卡-开放能力接口文档
  1. 号卡/宽带业务
688号卡-开放能力接口文档
  • 对接前必看
  • 其他文档
  • 号卡/宽带业务
    • 号卡订单状态码说明
    • 关于下单省市区编码
    • 获取店铺基础配置
      GET
    • 获取在售商品列表
      POST
    • 发送短信验证码
      POST
    • 预选下单号码
      POST
    • 提交申请订单
      POST
    • 订单查询
      POST
    • 获取指定商品详细信息
      POST
    • 上传证件照
      POST
    • 订单回调
      POST
    • IP定位
      GET
  • 靓号业务
    • 获取靓号列表
      POST
  • 物联卡
    • 物联卡相关状态码说明
    • 批量查询卡板信息(100张)
      POST
    • 批量订阅卡板信息(100张)
      POST
    • 批量查询卡板最新状态(10张)
      POST
    • 批量查询卡板实时流量(10张)
      POST
    • 批量查询卡板指定月流量(10张)
      POST
    • 批量停机(100张)
      POST
    • 批量复机(100张)
      POST
    • 单卡机卡绑定
      POST
    • 单卡限速
      POST
    • 单卡解除限速
      POST
    • 单卡/设备订购套餐包
      POST
    • 获取官方实名链接
      POST
    • 清除官方实名
      POST
    • 查询卡板操作记录
      POST
    • 查询账户资产
      POST
    • 获取移动流量池Token
      POST
  • 物联设备
    • 查询设备流量
    • 查询设备信息
    • 设备切换网络
    • 设备重启
    • 设备重置
    • 设备关机
    • 修改wifi显示隐藏
    • 修改wifi账号密码
    • 设备停机
    • 设备复机
  • 数据模型
    • 示例数据模型
      • Pet
      • Category
      • Tag
  1. 号卡/宽带业务

获取指定商品详细信息

POST
/openapi/goods/details
可以查询已经下架的商品,商品下架后佣金相关参数无效

请求参数

Body 参数application/x-www-form-urlencoded

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/openapi/goods/details' \
--data-urlencode 'id=1409'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "message": "string",
    "data": {
        "id": 0,
        "channelId": 0,
        "operatorType": 0,
        "name": "string",
        "code": "string",
        "des": "string",
        "tags": [
            0
        ],
        "shareName": "string",
        "star": 0,
        "price": 0,
        "tips": "string",
        "details": [
            "string"
        ],
        "posterId": 0,
        "orderTemplate": 0,
        "backgroundColor": "string",
        "settleMode": 0,
        "compliance": "string",
        "commission": 0,
        "monthCommission": [
            {
                "commission": "string",
                "month": "string"
            }
        ],
        "matter": "string",
        "dockGoodId": "string",
        "dockCustom1": "string",
        "dockCustom2": "string",
        "dockCustom3": "string",
        "dockCustom4": "string",
        "dockCustom5": "string",
        "dockCustom6": "string",
        "dockCustom7": "string",
        "dockCustom8": "string",
        "dockCustom9": "string",
        "dockCustom10": "string",
        "smsCode": 0,
        "selectNumber": 0,
        "numberRegion": "string",
        "numberPoolId": 0,
        "uploadPhoto": 0,
        "provinceCode": "string",
        "certNoMode": 0,
        "isOffline": 0,
        "orderRemark": 0,
        "limitRule": {
            "age": [
                "string"
            ],
            "fraudFilter": true,
            "noShippingKeyword": [
                "string"
            ],
            "noShippingRegion": [
                "string"
            ],
            "onlyShippingRegion": [
                "string"
            ],
            "person": {
                "count": 0,
                "cycle": 0
            }
        },
        "alarmRules": [
            "string"
        ],
        "noticeRules": null,
        "callDuration": 0,
        "commonFlow": 0,
        "fixedFlow": 0,
        "monthFee": 0,
        "favourMonthFee": 0,
        "favourTerm": 0,
        "sort": 0,
        "status": 0,
        "createdBy": 0,
        "updatedBy": 0,
        "offShelfAt": null,
        "createdAt": "string",
        "updatedAt": "string",
        "saleAuthority": true,
        "allTags": [
            {
                "key": 0,
                "label": "string",
                "value": 0,
                "valueType": "string",
                "type": "string",
                "listClass": "string"
            }
        ]
    },
    "timestamp": 0,
    "traceID": "string"
}
修改于 2025-09-08 00:20:55
上一页
订单查询
下一页
上传证件照
Built with