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