From 2095f0dafc00637b7365ebbffc200c451d556a8b Mon Sep 17 00:00:00 2001 From: Allen Date: Fri, 17 Aug 2018 18:25:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20web-weixin-api.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/web-weixin-api.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/web-weixin-api.md b/doc/web-weixin-api.md index 97716a9..0b13e62 100644 --- a/doc/web-weixin-api.md +++ b/doc/web-weixin-api.md @@ -942,21 +942,21 @@ POST的数据(JSON): ```javascript { - "BaseRequest": { - "DeviceID": "e57xxxxxxx94xx27", - "Sid": "8rwxxxxxxxxxHq2P", -       "Skey": "@crypt_jkde99da_b4xxxxxxxxxxxxxxx76d9yualp", -       "Uin": "26xxx7" - }, - "Msg": { - "ClientMsgId": "15321964202620841", - "Content": "这里是消息内容", - "FromUserName": "@da9d7631177b3c54492954010eb7", - "LocalID": "15321964202620841", - "ToUserName": "@d946a2006c12e85deda45c26b8cd42dbd3f03fa67be", - "Type": 1 - }, - "Scene": 0 + "BaseRequest": { + "DeviceID": "e57xxxxxxx94xx27", + "Sid": "8rwxxxxxxxxxHq2P", + "Skey": "@crypt_jkde99da_b4xxxxxxxxxxxxxxx76d9yualp", + "Uin": "26xxx7" + }, + "Msg": { + "ClientMsgId": "15321964202620841", + "Content": "这里是消息内容", + "FromUserName": "@da9d7631177b3c54492954010eb7", + "LocalID": "15321964202620841", + "ToUserName": "@d946a2006c12e85deda45c26b8cd42dbd3f03fa67be", + "Type": 1 + }, + "Scene": 0 } ```