소스 검색

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

cgp 2 주 전
부모
커밋
77862106b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
   })
 }