比较提交

..

没有共同的提交。30169eda808e5628c6ea2496206d45f6f039be4d 和 21adce66652529ff78aa1f97c4d7c2f7e88df5e7 的历史完全不同。

共有 2 个文件被更改,包括 1 次插入2 次删除

1
.nvmrc
查看文件

@ -1 +0,0 @@
22.22.2

查看文件

@ -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) {