2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-06-08 03:24:09 +08:00

更新 web-weixin-api.md

This commit is contained in:
Allen 2018-08-17 18:21:50 +08:00
parent a23f4bf725
commit 18d3e3a91d

View File

@ -220,12 +220,12 @@ POST的数据JSON
```JavaScript
{
   "BaseRequest": {
       "DeviceID": "e659xxxxxxxx3006",
       "Sid": "8rwxxxxxxxxxHq2P",
       "Skey": "@crypt_jkde99da_b4xxxxxxxxxxxxxxx76d9yualp",
       "Uin": "26xxx7"
  }
"BaseRequest": {
"DeviceID": "e659xxxxxxxx3006",
"Sid": "8rwxxxxxxxxxHq2P",
"Skey": "@crypt_jkde99da_b4xxxxxxxxxxxxxxx76d9yualp",
"Uin": "26xxx7"
}
}
```