Browse Source

Merge branch 'dev-5.0' of http://192.168.32.253:3000/Software/android-cloud-H5 into dev-5.0

heyang 3 years ago
parent
commit
ea8a0a7289
1 changed files with 1 additions and 1 deletions
  1. 1 1
      microserviceUserH5/vcloud/register.html

+ 1 - 1
microserviceUserH5/vcloud/register.html

@@ -250,7 +250,7 @@
       $.ajax({
       $.ajax({
         url: baseUrl + '/api/user/v5/operateApi/addUserVisit',
         url: baseUrl + '/api/user/v5/operateApi/addUserVisit',
         type: 'post',
         type: 'post',
-        data: JSON.stringify({ accessType: 2, LoginType: 2 }),
+        data: { "accessType": 2, "loginType": 2 },
         dataType: 'json',
         dataType: 'json',
         success: function () {
         success: function () {
         }
         }