ソースを参照

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

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'
   })
 }