比较提交
没有共同的提交。30169eda808e5628c6ea2496206d45f6f039be4d 和 21adce66652529ff78aa1f97c4d7c2f7e88df5e7 的历史完全不同。
30169eda80
...
21adce6665
@ -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({ appKey: 'ak_demo_chat', userId, password }),
|
body: JSON.stringify({ appId: 'ak_demo_chat', userId, password }),
|
||||||
})
|
})
|
||||||
const json = await res.json()
|
const json = await res.json()
|
||||||
if (json.code !== 200) {
|
if (json.code !== 200) {
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户