功能整理

This commit is contained in:
2025-06-30 02:12:24 +08:00
parent 143cbc877c
commit 6a9e847ff1
3 changed files with 7 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ const cookie =
export const xhsRootClient: XhsClient = xhsServices.createRoot({
cookie,
signConfig: {
signUrl: 'http://light.xiongxiao.me:5006/sign',
// signUrl: 'http://localhost:5006/sign',
signUrl: 'http://localhost:5006/sign',
},
});