diff --git a/client/ChatGLM4Client.js b/client/ChatGLM4Client.js index 8f6314a..a6937f3 100644 --- a/client/ChatGLM4Client.js +++ b/client/ChatGLM4Client.js @@ -88,7 +88,11 @@ export class ChatGLM4Client extends BaseClient { authorization: `Bearer ${this._accessToken}`, 'content-type': 'application/json', referer: 'https://www.chatglm.cn/main/alltoolsdetail', - origin: 'https://www.chatglm.cn' + origin: 'https://www.chatglm.cn', + 'X-App-Platform': 'pc', + 'X-App-Version': '0.0.1', + 'App-Name': 'chatglm', + Host: 'chatglm.cn' }, referrer: 'https://www.chatglm.cn/main/alltoolsdetail', timeout: 60000