2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-06-09 12:04:05 +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 ```JavaScript
{ {
   "BaseRequest": { "BaseRequest": {
       "DeviceID": "e659xxxxxxxx3006", "DeviceID": "e659xxxxxxxx3006",
       "Sid": "8rwxxxxxxxxxHq2P", "Sid": "8rwxxxxxxxxxHq2P",
       "Skey": "@crypt_jkde99da_b4xxxxxxxxxxxxxxx76d9yualp", "Skey": "@crypt_jkde99da_b4xxxxxxxxxxxxxxx76d9yualp",
       "Uin": "26xxx7" "Uin": "26xxx7"
  } }
} }
``` ```