chore: change variable name

This commit is contained in:
JustSong
2024-04-19 23:50:28 +08:00
parent 9944dd5c39
commit 00fa86c000
4 changed files with 4 additions and 4 deletions

View File

@@ -4,5 +4,5 @@ var (
Channel = "channel"
RequestModel = "request_model"
ConvertedRequest = "converted_request"
OriginModel = "origin_model"
OriginalModel = "original_model"
)