This commit is contained in:
杨建炊 2025-10-09 17:06:42 +08:00
parent f9f9cb1057
commit 7c951ac5e1

View File

@ -58,7 +58,7 @@ public class CropController {
@GetMapping("/crop/chatData")
public List<CropMessage> chatData(Long startSeq, String corpId) throws IOException {
long limit = 200;
long limit = 50;
long slice = Finance.NewSlice();
Long sdk = sdkManager.initSdk(corpId, "mEizahrSF6axdfWtSK_f73a3j6-sV02hhyGG7ogmTpM");