解决网络拥堵提示问题

This commit is contained in:
binaryify
2022-09-12 16:58:07 +08:00
parent feaf083dfe
commit b4f6ba0884
10 changed files with 12 additions and 13 deletions

View File

@ -6,7 +6,7 @@ describe('测试获取评论是否正常', () => {
it('数据的 code 应该为200', (done) => {
const qs = {
id: 32311,
cookie: config.anonymous_token,
cookie: '__remember_me=true; NMTID=xxx',
}
axios