更改
This commit is contained in:
parent
a497716897
commit
f9f9cb1057
@ -58,7 +58,7 @@ public class CropController {
|
|||||||
|
|
||||||
@GetMapping("/crop/chatData")
|
@GetMapping("/crop/chatData")
|
||||||
public List<CropMessage> chatData(Long startSeq, String corpId) throws IOException {
|
public List<CropMessage> chatData(Long startSeq, String corpId) throws IOException {
|
||||||
long limit = 1000;
|
long limit = 200;
|
||||||
long slice = Finance.NewSlice();
|
long slice = Finance.NewSlice();
|
||||||
Long sdk = sdkManager.initSdk(corpId, "mEizahrSF6axdfWtSK_f73a3j6-sV02hhyGG7ogmTpM");
|
Long sdk = sdkManager.initSdk(corpId, "mEizahrSF6axdfWtSK_f73a3j6-sV02hhyGG7ogmTpM");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user