ocr接口修改
This commit is contained in:
parent
a3a8783f57
commit
d9e573558a
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue