This commit is contained in:
邹宗楠
2023-09-22 18:18:56 +08:00
parent 27924729e4
commit bf7364b7c1
4 changed files with 5 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ const (
resultKeySuccessMsg = "success_msg"
)
const (
GeneralMaxLimit = 200 // 大多数的API的批处理最大条数
GeneralMaxLimit = 100 // 大多数的API的批处理最大条数
)
const (