Ver Fonte

xwh修改报表bug

xwh há 4 anos atrás
pai
commit
4f27b9eba0

+ 1 - 1
kmall-admin/src/main/java/com/kmall/admin/controller/OrderController.java

@@ -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;

+ 1 - 1
kmall-admin/src/main/webapp/userLogin.html

@@ -121,7 +121,7 @@
             // TODO 调用接口获取机器码
 
                 $.ajax({
-                    url:"http://127.0.0.1:8000/api/reg/gen",
+                    url:"http://127.0.0.1:21600/api/reg/gen",
                     success:function(r){
                         if(r.code == "0"){
                             vm.machineCode = r.rows[0].data.code;