方法名称:print_wash_info

请求地址:https://open.patpat.com/api/print_wash_info

支持请求方式: GET

接口说明: 打印洗水唛接口


系统级输入参数:

名称类型是否必须描述
_timestampstring请求时间戳
_signatureString请求签名
access_tokenString用户授权令牌

应用级输入参数:

名称 类型 是否必须 描述 示例值
product_id integer 商品id 4930976
print_num integer 打印数量 10
product_code integer 商品编码 123

接口返回结果:

字段 参考值 类型 描述
status 200 Integer 返回状态码
msg success String 接口返回信息
content 接口返回内容

数据返回示例:

{
    "status": 200,
    "msg": "success",
    "content": {
        "print_url": "http://seller.com/smsproduct/product/batchPrintWashInfo?product_code=17247775&print_num=2"
    }
}


©2015 Interfocus Inc. All Rights Reserved