ocr接口修改

This commit is contained in:
bonus 2025-06-03 10:25:40 +08:00
parent a3a8783f57
commit d9e573558a
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ 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_gqj/pre";
String url = "http://10.138.55.102:10000/api/jdx_scq";
JSONObject js = null; JSONObject js = null;
try { try {
String jsonStr = JSONObject.toJSONString(bean); String jsonStr = JSONObject.toJSONString(bean);