songkz

Results 3 comments of songkz

和spring boot整合的,把源码当做sdk 。https://gitee.com/nullpointerxyz/bjs-wx-report

```java @Slf4j @Configuration public class WebClientConfiguration { /** * 字节 火山引擎 deepseekR1 chat路径 */ private static final String chatUrl = "/api/v3/chat/completions"; private static final String DATA_PREFIX = "data: "; private...