bobo hace 3 años
padre
commit
a9d29e23e3
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      api/welfareMall.js

+ 0 - 8
api/welfareMall.js

@@ -95,14 +95,6 @@ class WelfareMall extends request {
    * 获取首页信息
    */
   static getIndexList(params ={}) {
-    this.postRequest(`${this.BASE_URL}open/statistics/record-app-visit-log`, {
-      module: 'signin',
-      action: 'visit',
-      source: 'WX_MINI_APP',
-      path: '/xx'
-
-    }).then(_ => {});
-
     return this.postRequest(`${this.BASE_URL}open/welfare-mall/homepage-data`, params);
   }