比较提交
2 次代码提交
21adce6665
...
30169eda80
| 作者 | SHA1 | 提交日期 | |
|---|---|---|---|
|
|
30169eda80 | ||
|
|
8a38f8334b |
@ -63,7 +63,7 @@ async function doLogin(userId: string, password: string) {
|
|||||||
const res = await fetch('/api/demo/auth/login', {
|
const res = await fetch('/api/demo/auth/login', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { 'Content-Type': 'application/json' },
|
headers: { 'Content-Type': 'application/json' },
|
||||||
body: JSON.stringify({ appId: 'ak_demo_chat', userId, password }),
|
body: JSON.stringify({ appKey: 'ak_demo_chat', userId, password }),
|
||||||
})
|
})
|
||||||
const json = await res.json()
|
const json = await res.json()
|
||||||
if (json.code !== 200) {
|
if (json.code !== 200) {
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户