微信公眾平台訊息介面API指南

2022-02-18 13:02:34 字數 3151 閱讀 4377

點選申請,填寫**url和token,其中token可由開發者可以任意填寫,用作生成簽名。

引數描述

signature

timestamp

時間戳nonce

隨機數echostr

隨機字串

signature結合了開發者填寫的token引數和請求中的timestamp引數、nonce引數。

加密/校驗流程:

1. 將token、timestamp、nonce三個引數進行字典序排序

2. 將三個引數字串拼接成乙個字串進行sha1加密

1348831860

1234567890123456

引數

描述tousername

fromusername

傳送方帳號(乙個openid)

createtime

訊息建立時間 (整型)

msgtype

text

content

文字訊息內容

msgid

訊息id,64位整型

1348831860

1234567890123456

引數

描述tousername

fromusername

傳送方帳號(乙個openid)

createtime

訊息建立時間 (整型)

msgtype

image

picurl

鏈結msgid

訊息id,64位整型

1351776360

23.134521

113.358803

201234567890123456

引數

描述tousername

fromusername

傳送方帳號(乙個openid)

createtime

訊息建立時間 (整型)

msgtype

location

location_x

地理位置維度

location_y

地理位置經度

scale

地圖縮放大小

label

地理位置資訊

msgid

訊息id,64位整型

1351776360

1234567890123456

引數

描述tousername

fromusername

createtime

訊息建立時間

msgtype

訊息型別,link

title

訊息標題

description

訊息描述

url訊息鏈結

msgid

訊息id,64位整型

123456789

23.137466

113.352425

119.385040

引數

描述tousername

fromusername

createtime

訊息建立時間

msgtype

訊息型別,event

event

事件型別,有enter(進入會話)和location(地理位置)

latitude

地理位置維度,事件型別為location的時存在

longitude

地理位置經度,事件型別為location的時存在

precision

地理位置精度,事件型別為location的時存在

回覆xml結構如下:

12345678

0

引數

描述tousername

接收方帳號(收到的openid)

fromusername

createtime

訊息建立時間

msgtype

text

content

回覆的訊息內容

funcflag

位0x0001被標誌時,星標剛收到的訊息。

12345678

0

引數

描述tousername

接收方帳號(收到的openid)

fromusername

createtime

訊息建立時間

msgtype

music

musicurl

**鏈結

hqmusicurl

funcflag

位0x0001被標誌時,星標剛收到的訊息。

123456782 

1

引數

描述tousername

接收方帳號(收到的openid)

fromusername

createtime

訊息建立時間

msgtype

news

articlecount

**訊息個數,限制為10條以內

articles

多條**訊息資訊,預設第乙個item為大圖

title

**訊息標題

description

**訊息描述

picurl

鏈結,支援jpg、png格式,較好的效果為大圖640*320,小圖80*80,限制鏈結的網域名稱需要與開發者填寫的基本資料中的url一致

url點選**訊息跳轉鏈結

2.請使用80埠

原文: 

原文: 

微信公眾平台通用介面API指南

介面說明 在使用通用界面前,你需要做以下兩步工作 2.通過獲取憑證介面獲取到access token 注意 access token是第三方訪問api資源的票據 請求說明 http請求方式 get 引數說明 引數是否必須 說明grant type 是獲取access token填寫client cr...

微信公眾平台通用介面API指南

介面說明 在使用通用界面前,你需要做以下兩步工作 2.通過獲取憑證介面獲取到access token 注意 access token是第三方訪問api資源的票據 請求說明 http請求方式 get 引數說明 引數是否必須 說明grant type 是獲取access token填寫client cr...

微信公眾平台訊息介面使用指南

公眾平台訊息介面為開發者提供了一種新的訊息處理方式。點選申請,如實填寫負責人姓名 手機號和郵箱,填寫 url和token,其中token可由開發者可以任意填寫,用作生成簽名。公眾平台使用者提交資訊後,我們將以get請求方式請求到填寫的url上,並且帶上四個引數 開發者通過檢驗signature對 接...