Skip to content

Commit

Permalink
docs: ✏️ 提交example
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Mar 27, 2024
1 parent 9494790 commit 478f495
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/recvdApi.example.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"id": "@xxxasdfsf",
"payload": {
"alias": "",
"avatar": "",
"avatar": "http://localhost:3001/resouces?media=%2Fcgi-bin%2Fmmwebwx-bixxx", //请配合 token=[YOUR_PERSONAL_TOKEN] 解密
"friend": false,
"gender": 1,
"id": "@xxx",
Expand All @@ -98,7 +98,7 @@
"id": "@xxxasdfsf",
"payload": {
"alias": "",
"avatar": "",
"avatar": "http://localhost:3001/resouces?media=%2Fcgi-bin%2Fmmwebwx-bixxx", //请配合 token=[YOUR_PERSONAL_TOKEN] 解密
"friend": false,
"gender": 1,
"id": "@xxx",
Expand All @@ -125,7 +125,7 @@
"id": "@xxxasdfsf",
"payload": {
"alias": "",
"avatar": "",
"avatar": "http://localhost:3001/resouces?media=%2Fcgi-bin%2Fmmwebwx-bixxx", //请配合 token=[YOUR_PERSONAL_TOKEN] 解密
"friend": false,
"gender": 1,
"id": "@xxx",
Expand Down Expand Up @@ -166,7 +166,11 @@
"adminIdList": [],
"avatar": "xxxx", // 相对路径,应该要配合解密
"memberList": [
{id: '@xxxx', name:'昵称', alias: '备注名'/** 个人备注名,非群备注名 */ }
{
id: '@xxxx',
avatar: "http://localhost:3001/resouces?media=%2Fcgi-bin%2Fmmwebwx-bixxx", //请配合 token=[YOUR_PERSONAL_TOKEN] 解密
name:'昵称',
alias: '备注名'/** 个人备注名,非群备注名 */ }
]
},
//以下暂不清楚什么用途,如有兴趣,请查阅 wechaty 官网文档
Expand All @@ -181,7 +185,7 @@

"payload": {
"alias": "", //备注名
"avatar": "xxx",
"avatar": "http://localhost:3001/resouces?media=%2Fcgi-bin%2Fmmwebwx-bixxx", //请配合 token=[YOUR_PERSONAL_TOKEN] 解密
"friend": false,
"gender": 1,
"id": "@xxx",
Expand All @@ -202,7 +206,7 @@

"payload": {
"alias": "",
"avatar": "xxx",
"avatar": "http://localhost:3001/resouces?media=%2Fcgi-bin%2Fmmwebwx-bixxx", //请配合 token=[YOUR_PERSONAL_TOKEN] 解密
"city": "北京",
"friend": true,
"gender": 1,
Expand Down

0 comments on commit 478f495

Please sign in to comment.