该软件已下线,
最新淘口令解析接口接入地址 http://www.dingdanxia.com/doc/5/8
淘口令生成:http://www.91tool.com/view/10
淘口令解密:http://www.91tool.com/view/12
接口功能说明
安装过快凡淘口令助手的服务器接口地址标准格式为:
http://软件所在服务器ip地址 : 端口号/接口参数
以下为举例说明,具体参数请根据自己运行环境进行修改
假设你的服务器ip地址是: 127.0.0.1
端口号为:8888
接口秘钥为:NdeSiBg260
1、优惠券生成口令接口
http://127.0.0.1:8888
请求方式 POST:
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
action | string | Y | 固定参数: getTpwd |
key | string | Y | 接口安全秘钥,请根据软件设置进行修改 |
text | string | Y | 淘口令提示文字,最少5个字符 |
logo | string | Y | 口令图标,值可留空,logo字段必须带上 |
url | string | Y | 优惠券链接 |
返回数据说明
{
"tbk_tpwd_create_response":{
"data":{
"model":"¥AADPOKFz¥"
}
}
}
2、淘宝商品链接,其它淘宝类型网址生成口令接口
http://127.0.0.1:8888
请求方式 POST:
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
action | string | Y | 固定参数: getShareTpwd |
key | string | Y | 接口安全秘钥,请根据软件设置进行修改 |
text | string | Y | 淘口令提示文字,最少5个字符 |
logo | string | Y | 口令图标,值可留空,logo字段必须带上 |
url | string | Y | 淘宝商品链接 |
返回数据说明
{
"wireless_share_tpwd_create_response":{
"model":"¥AADPOKFz¥"
}
}
3、淘口令解密接口
http://127.0.0.1:8888
请求方式 POST:
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
action | string | Y | 固定参数: getTpwdQuery |
key | string | Y | 接口安全秘钥,请根据软件设置进行修改 |
content | string | Y | 淘口令,请去掉口令两边去掉¥符号,如:AADPOKFz |
返回数据说明
{
"wireless_share_tpwd_query_response":{
"content":"分享",
"title":"宝贝",
"price":"100",
"pic_url":"https:\/\/img.alicdn.com\/tfs\/TB1J1sjJFXXXXaHXVXXXXXXXXXX-242-90.png",
"suc":true,
"url":"www.taobao.com",
"native_url":"www.taobao.com",
"thumb_pic_url":"https:\/\/img.alicdn.com\/tfs\/TB1J1sjJFXXXXaHXVXXXXXXXXXX-242-90.png\tthumbPicUrl"
}
}