闲管家虚拟货源标准接口
  1. 商品接口
闲管家虚拟货源标准接口
  • 接入说明
  • 基础接口
    • 查询平台信息
      POST
    • 查询商户信息
      POST
  • 商品接口
    • 查询商品列表
      POST
    • 查询商品详情
      POST
    • 查询商品订阅列表
      POST
    • 订阅商品变更通知
      POST
    • 取消商品变更通知
      POST
  • 订单接口
    • 创建直充订单
      POST
    • 创建卡密订单
      POST
    • 查询订单详情
      POST
  • 回调接口
    • 商品回调通知
      POST
    • 订单回调通知
      POST
  1. 商品接口

取消商品变更通知

云端 Mock
https://m1.apifoxmock.com/m1/5001206-0-default
云端 Mock
https://m1.apifoxmock.com/m1/5001206-0-default
POST
/goofish/goods/change/unsubscribe
取消订阅货源商品价格、库存、状态变更通知

请求参数

Query 参数
mch_id
string 
必需
货源平台商户ID(AppKey)
默认值:
{{mch_id}}
timestamp
integer 
必需
当前时间戳(单位秒,5分钟内有效)
默认值:
{{timestamp}}
sign
string 
必需
签名MD5值(参考签名说明)
默认值:
{{sign}}
Body 参数application/json
goods_type
enum<integer> <int32>
商品类型
必需
1:直充商品
2:卡密商品
枚举值:
12
示例值:
1
goods_no
string 
商品编码
必需
示例值:
12344532
token
string 
订阅标识
必需
示例值:
rq4dyt7k5spi039b1vuon8l6afxjc2mw
示例
{
    "goods_type": 1,
    "goods_no": "12344532",
    "token": "rq4dyt7k5spi039b1vuon8l6afxjc2mw"
}

返回响应

🟢200成功
application/json
Body
code
integer <int32>
必需
默认值:
0
msg
string 
必需
默认值:
OK
示例
{
    "code": 0,
    "msg": "OK"
}
🟢200失败
上一页
订阅商品变更通知
下一页
创建直充订单
Built with