Skip to content

Commit c18e136

Browse files
committed
docs: update document of bot
1 parent 79c797b commit c18e136

File tree

2 files changed

+4
-2
lines changed
  • website
    • docs/advanced-usage/openapp
    • i18n/zh-Hans/docusaurus-plugin-content-docs/current/advanced-usage/openapp

2 files changed

+4
-2
lines changed

website/docs/advanced-usage/openapp/bot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ Body
146146
Response
147147
{
148148
data: {
149-
jwt: ".........."
149+
jwt: "..........",
150+
userId: ".........."
150151
}
151152
}
152153
```

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/advanced-usage/openapp/bot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ Body
146146
Response
147147
{
148148
data: {
149-
jwt: ".........."
149+
jwt: "..........",
150+
userId: ".........."
150151
}
151152
}
152153
```

0 commit comments

Comments
 (0)