虚拟商品服务平台
  1. 优捷数字权益开放平台
虚拟商品服务平台
  • 优捷数字权益开放平台
    • 系统说明
    • 查看产品
      GET
    • 查询账号余额
      GET
    • 提交话费快充订单
      POST
    • 提交话费慢充订单
      POST
    • 提交电费订单
      POST
    • 提交直充订单
      POST
    • 提交卡密订单
      POST
    • 提交流量订单
      POST
    • 查询话费快充订单
      GET
    • 查询话费慢充订单
      GET
    • 查询直充订单
      GET
    • 查询电费订单
      GET
    • 查询卡密订单
      GET
    • 查询流量订单
      GET
  1. 优捷数字权益开放平台

查看产品

开发中
GET
/api/merchant/goods

请求参数

Query 参数
key
string 
商户key
必需

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/merchant/goods?key'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
data
array [object {16}] 
必需
sn
string 
可选
name
string 
可选
one_type_id
integer 
可选
one_type_name
string 
可选
two_type_id
integer 
可选
two_type_name
string 
可选
three_type_name
string 
可选
three_type_id
integer 
可选
product_attribution
integer 
可选
is_judge_terminal
integer 
可选
is_virtual_currency
integer 
可选
face_value
string 
可选
status
integer 
可选
goods_name
string 
可选
product_attribution_text
string 
可选
price
string 
可选
示例
{
    "code": 200,
    "data": [
        {
            sn: "00000020",
            name: "喜茶-喜茶代金券-30元【T0 B渠道专用】",
            one_type_id: 8,
            one_type_name: "生活卡券",
            two_type_id: 9,
            two_type_name: "喜茶",
            three_type_name: "喜茶代金券",
            three_type_id: 13,
            product_attribution: 5,
            is_judge_terminal: 0,
            is_virtual_currency: 0,
            face_value: "30.00",
            status: 1,
            goods_name: "生活卡券-喜茶-喜茶代金券-喜茶-喜茶代金券-30元【T0 B渠道专用】",
            product_attribution_text: "直充",
            price: "30.14"
        }
    ]
}
上一页
系统说明
下一页
查询账号余额
Built with