zhujindu hace 2 semanas
padre
commit
2fba087fbc
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. 0 9
      src/api/index.js

+ 0 - 9
src/api/index.js

@@ -1216,15 +1216,6 @@ export function updateDisplayRewardCaseSkuCount(data) {
   });
 }
 
-//分享日报入记录表
-export function shareReportMobile(data) {
-  return request({
-    url: '/mobile/reportMobile/share',
-    method: 'post',
-    data,
-  });
-}
-
 // 陈列照识别接口
 export function recognizeDisplayPhoto(query) {
   return request({