huangxiaojing il y a 3 ans
Parent
commit
cf5437941e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      microserviceUserH5/vcloud/register.html

+ 1 - 1
microserviceUserH5/vcloud/register.html

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