diff --git a/package.json b/package.json index 41b272c..334f67c 100644 Binary files a/package.json and b/package.json differ diff --git a/src/app.module.ts b/src/app.module.ts index 99c8857..9583a70 100644 Binary files a/src/app.module.ts and b/src/app.module.ts differ diff --git a/src/controller/app.controller.ts b/src/controller/app.controller.ts index bfb79f6..ae671a1 100644 Binary files a/src/controller/app.controller.ts and b/src/controller/app.controller.ts differ diff --git a/src/controller/dto/req.dto.ts b/src/controller/dto/req.dto.ts index 2f5f49c..32fc7ce 100644 Binary files a/src/controller/dto/req.dto.ts and b/src/controller/dto/req.dto.ts differ diff --git a/src/controller/dto/res.dto.ts b/src/controller/dto/res.dto.ts index 7abc79b..5b9cd75 100644 Binary files a/src/controller/dto/res.dto.ts and b/src/controller/dto/res.dto.ts differ diff --git a/src/controller/h5st.controller.ts b/src/controller/h5st.controller.ts index f038afc..8f6064c 100644 Binary files a/src/controller/h5st.controller.ts and b/src/controller/h5st.controller.ts differ diff --git a/src/main.ts b/src/main.ts index 0ea6768..e796738 100644 Binary files a/src/main.ts and b/src/main.ts differ diff --git a/src/services/h5st/baseH5st.ts b/src/services/h5st/baseH5st.ts index e169c98..5e50ba8 100644 Binary files a/src/services/h5st/baseH5st.ts and b/src/services/h5st/baseH5st.ts differ diff --git a/src/services/h5st/type.ts b/src/services/h5st/type.ts index 4766d44..b330470 100644 Binary files a/src/services/h5st/type.ts and b/src/services/h5st/type.ts differ diff --git a/src/utils/baseUtils.ts b/src/utils/baseUtils.ts index 7f0e53d..9f01431 100644 Binary files a/src/utils/baseUtils.ts and b/src/utils/baseUtils.ts differ