|
@@ -6,7 +6,7 @@ import request from '@/utils/request';
|
|
*/
|
|
*/
|
|
export function getSellerList(params) {
|
|
export function getSellerList(params) {
|
|
return request({
|
|
return request({
|
|
- url: '/maintain/merchants',
|
|
|
|
|
|
+ url: '/maintain/merchantSort',
|
|
data: params,
|
|
data: params,
|
|
method: 'GET',
|
|
method: 'GET',
|
|
headers: {
|
|
headers: {
|