fix: 修改测试用例

This commit is contained in:
chenjinsong
2023-08-28 18:02:25 +08:00
parent 6970b7a41d
commit ea3cc7bc67
27 changed files with 296 additions and 128 deletions

View File

@@ -1,6 +1,7 @@
const mockData = {
// 空
empty: {
status: 200,
data: {
status: 200,
code: 200,
@@ -13,6 +14,7 @@ const mockData = {
bytes: {
// 边界
boundary: {
status: 200,
data: {
status: 200,
code: 200,
@@ -26,6 +28,7 @@ const mockData = {
},
// 正常数据
common: {
status: 200,
data: {
status: 200,
code: 200,