|
@@ -3,7 +3,7 @@ import { PORT_NONE } from "@/api/config/servicePort";
|
|
|
import http from "@/api";
|
|
import http from "@/api";
|
|
|
|
|
|
|
|
export const getThaliList = params => {
|
|
export const getThaliList = params => {
|
|
|
- return http.get<ResPage<StoreUser.ResStoreUserList>>(PORT_NONE + `/PcGroupBuy/getThaliList`, params);
|
|
|
|
|
|
|
+ return http.get<ResPage<StoreUser.ResStoreUserList>>(PORT_NONE + `/userOrderPlatform/queryUserOrderList`, params);
|
|
|
};
|
|
};
|
|
|
export const getCpList = params => {
|
|
export const getCpList = params => {
|
|
|
return http.get<ResPage<StoreUser.ResStoreUserList>>(PORT_NONE + `/PcGroupBuy/getCpList`, params);
|
|
return http.get<ResPage<StoreUser.ResStoreUserList>>(PORT_NONE + `/PcGroupBuy/getCpList`, params);
|