问题修改

This commit is contained in:
hayu 2025-08-05 21:06:11 +08:00
parent c1710f52b8
commit 2c0820d48f
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ public class AppOcrServiceImpl implements AppOcrService {
*/ */
@Override @Override
public AjaxResult getOcrCode(MachineOcrBean bean) { public AjaxResult getOcrCode(MachineOcrBean bean) {
String url = "http://10.138.55.102:10000/api_gqj/pre"; String url = "http://10.138.55.102:10000/api/jdx_scq";
JSONObject js = null; JSONObject js = null;
try { try {
System.out.println("ocr-base64数据:" + bean.getImage()); System.out.println("ocr-base64数据:" + bean.getImage());