Commit fad0f9d6 authored by 武广's avatar 武广

fix: 修改快递公司列表接口地址

parent d8cc2b3c
......@@ -31,7 +31,7 @@ export async function queryToSend(params) {
// 快递公司
export async function queryExpress() {
try {
const { data } = await request.get('/api/merchants/deliveries/companies/list', {
const { data } = await request.get('/api/merchants/companies/list', {
prefix: config.kdspApi,
});
return data;
......
......@@ -53,7 +53,7 @@ export async function updateExpress(params) {
// 快递公司
export async function queryExpress() {
try {
const { data } = await request.get('/api/merchants/deliveries/companies/list', {
const { data } = await request.get('/api/merchants/companies/list', {
prefix: config.kdspApi,
});
return data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment