Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/b5932d3f55ac5e02d1c72dd95bc611bd6b5a850c You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:测试代码

law-v2025-01
wangxy 2 months ago
parent fb93d0de12
commit b5932d3f55

@ -101,7 +101,7 @@ public class LawController extends BaseController {
private DeepSeekLocalService deepSeekLocalService;
@PostMapping("/call-local-deepseek")
public R callLocalDeepSeek(@RequestParam(required = false) String content) throws JsonProcessingException {
public R callLocalDeepSeek(@RequestParam(required = false) String content) {
return R.ok(deepSeekLocalService.callLocalDeepSeek(content));
}

Loading…
Cancel
Save