This commit is contained in:
杨建炊 2025-10-09 16:51:10 +08:00
parent a497716897
commit f9f9cb1057

View File

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