商品下单模板

简要描述:

商品下单模板参数获取

请求URL:

http(s)://平台域名/api/v1/goods/attach

请求方式:

POST

请求参数:

Header 参数 类型 是否必填 描述 示例值
Sign string 签名 点击查看签名规范
Timestamp string 13位时间戳(毫秒) 1696644296195
UserId string 您的用户接口appid 2uIkTrXNdAFc7OKhbRenzjDtgPoZ6s5C
Body 参数 类型 是否必填 描述 示例值
goods_id string 商品ID或规格编码 2

签名示例:

1696644296195{"goods_id":"2"}apikey

返回示例:

  1. {
  2. "code": 200,
  3. "msg": "成功",
  4. "data": [
  5. {
  6. "type": "text",
  7. "name": "充值账号",
  8. "key": "recharge_account",
  9. "vali": "all",
  10. "tip": "❤️请填写正确的充值账号❤️",
  11. "options": "{\"type\":\"text\",\"maxlength\":20000,\"clearable\":false,\"disabled\":false,\"showPassword\":false,\"preg\":\"\",\"init_value\":0}"
  12. }
  13. ]
  14. }

返回code说明:

参数名 类型 描述
200 int 成功
400 int 失败
© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容