上线
This commit is contained in:
parent
cea123e213
commit
b09b45bf81
@ -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',
|
||||||
|
|
||||||
})
|
})
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user