防封API集成
我们提供您可调用的API,随时生成防封短链结网址,支持任何网站对接,
使您的网站能够更快地推广,用户只需要提供在微信推广的域名,在防封
系统生成推广链接即可(已屏蔽的网址生
成也可微信正常访问)。
目的
加入新域名
帶入參數Json格式傳送
Field參數名稱 |
Type種類 |
Description描述 |
Id |
String |
帳號 |
token |
String |
金鑰 |
domain |
String |
落地頁域名 |
回傳值Response
Field參數名稱 |
Type種類 |
Description描述 |
code |
String |
錯誤代碼(1 :表示成功,其他為失敗) |
message |
String |
訊息 |
範例:
curl 'http://api.steadybike.cn/api/domain/set' -X POST -H "Content-Type:application/json" -d '{"id":"msgGuset04", "token":"d9e3e9wqf29qqa60215fc5f37ff","domain":"http://test.com/1223/111"}'
刪除短域名http://api.steadybike.cn/api/domain/del
目的
刪除新域名
帶入參數Json格式傳送
Field參數名稱 |
Type種類 |
Description描述 |
Id |
String |
帳號 |
token |
String |
金鑰 |
domain |
String |
落地頁域名 |
回傳值Response
Field參數名稱 |
Type種類 |
Description描述 |
code |
String |
錯誤代碼(1 :表示成功,其他為失敗) |
message |
String |
訊息 |
範例:
curl 'http://api.steadybike.cn/api/domain/del' -X POST -H "Content-Type:application/json" -d '{"id":"msgGuset04", "token":"d9e3e9wqf29qqa60215fc5f37ff","domain":"http://test.com/1223/111"}'
短域名列表http://api.steadybike.cn/api/domain/list
目的
域名列表
帶入參數Json格式傳送
Field參數名稱 |
Type種類 |
Description描述 |
Id |
String |
帳號 |
token |
String |
金鑰 |
domain |
String |
落地頁域名 |
回傳值Response
Field參數名稱 |
Type種類 |
Description描述 |
code |
String |
錯誤代碼(1 :表示成功,其他為失敗) |
message |
String |
訊息 |
範例:
curl 'http://api.steadybike.cn/api/domain/list' -X POST -H "Content-Type:application/json" -d '{"id":"msgGuset04", "token":"d9e3e9wqf29qqa60215fc5f37ff"}'