Explorar el Código

统计管理-修改电话号码解密接口路径

cgp hace 2 semanas
padre
commit
77862106b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/statistics/sopStatistics.js

+ 1 - 1
src/api/statistics/sopStatistics.js

@@ -29,7 +29,7 @@ export function doctorGetUserPhone(id) {
 // 销售查询解密后的用户电话
 export function companyGetUserPhone(id) {
   return request({
-    url: '/sop/statistics/statistics/companyGetUserPhone/' + id,
+    url: '/sop/statistics/companyGetUserPhone/' + id,
     method: 'get'
   })
 }