|
@@ -1027,7 +1027,7 @@ public class OrderController {
|
|
|
public R getIdCardInfo() throws IOException {
|
|
|
|
|
|
Map map = new HashMap();
|
|
|
- String ssl = OkHttpUtils.post(map,"http://192.168.1.68:8000/idcard/read", "SSL");
|
|
|
+ String ssl = OkHttpUtils.post(map,"http://127.0.0.1:8000/idcard/read", "SSL");
|
|
|
Pattern pattern = Pattern.compile("(\\\\u(\\p{XDigit}{4}))");
|
|
|
Matcher matcher = pattern.matcher(ssl);
|
|
|
char ch;
|