This commit is contained in:
Lihx 2024-09-19 18:00:36 +08:00
parent cea123e213
commit b09b45bf81
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ export function inspectionDetail(id){
// pid // pid
export function shopInfo() { export function shopInfo() {
return request({ return request({
url: '/partnerOwn/partner/shopInfo', url: '/partnerOwn/partner/shopInfoByUserId',
method: 'get', method: 'get',
}) })

View File

@ -12,7 +12,7 @@ export function shopInfo() {
// dian // dian
export function getPartnerInfo(data) { export function getPartnerInfo(data) {
return request({ return request({
url: '/partnerOwn/partner/shopInfo', url: '/partnerOwn/partner/shopInfoByUserId',
method: 'get', method: 'get',
params: data params: data