亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

微信短網址 微信短網址(url.cn)在線生成接口

發布時間:2020-08-05 04:47:54 來源:ITPUB博客 閱讀:324 作者:故鄉的云 欄目:移動開發

簡要描述:

  • 微信短網址url.cn鏈接生成 

  • 微信短網址的應用場景很廣,譬如短信營銷、郵件推廣、微信營銷、QQ營銷、自媒體推廣、渠道推廣等,都會用到短網址。究其原因是在于短網址可以降低推廣成本、...
           

請求URL:

http://maiyurl.cn/tengxurl?url_long=http://www.baidu.com

http://www.sinadwz.cn/urlcn/api?url_long=http://www.baidu.com

http://www.qqdwz.cn/urlcn/api?url_long=http://www.baidu.com

請求方式:

  • GET

參數:

參數名

必選

類型

說明

url

string

需要縮短的鏈接

請求示例

  • http://maiyurl.cn/tengxurl?url_long=http://www.baidu.com

返回示例

{"short_url": "https://url.cn/54R8NCd","long_url": "https://www.baidu.com/s?ie=UTF-8&wd=api"}

返回參數說明

參數名

類型

說明

short_url

string

縮短后的鏈接

long_url

string

原長鏈接

請求示例

1、PHP請求示例:

$url = 'http://www.baidu.com';
$api_url = ' http://maiyurl.cn/weixin/short?link=http://www.baidu.com;
$short_url = file_get_contents($api_url);
echo $short_url;

2、Java請求示例:

public static void main(String path[]) throws Exception {
URL u = new URL(" http://maiyurl.cn/weixin/short?link=http://www.baidu.com");
InputStream in = u.openStream();
ByteArrayOutputStream out = new ByteArrayOutputStream();
try {
byte buf[] = new byte[1024];
int read = 0;
while ((read = in .read(buf)) > 0) {
out.write(buf, 0, read);
}
} finally {
if ( in != null) {
in .close();
}
}
byte b[] = out.toByteArray();
System.out.println(new String(b, "utf-8"));
}

3、Python請求示例:

import urllib, urllib2, sys
host = ' http://maiyurl.cn'
path = '/weixin/short'
method = 'GET'
querys = 'link=http%3A%2F%2Fwww.baidu.com'
bodys = {}
url = host + path + '?' + querys
request = urllib2.Request(url)
response = urllib2.urlopen(request)
content = response.read()
if (content):
print(content)



備注

  • 更多接口請訪問API接口官網

  • http://maiyurl.cn        

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

刚察县| 湘乡市| 岳阳市| 阳曲县| 江华| 汉阴县| 八宿县| 潍坊市| 金湖县| 巩留县| 山东省| 灵石县| 合江县| 南涧| 宜城市| 革吉县| 松原市| 安陆市| 丁青县| 星座| 商都县| 兰考县| 崇州市| 噶尔县| 来宾市| 洪湖市| 全椒县| 建昌县| 额敏县| 景洪市| 罗定市| 海宁市| 北辰区| 桓仁| 浠水县| 泗水县| 客服| 措美县| 日照市| 沽源县| 永修县|