forked from yoone/WEB
1
0
Fork 0

Fix: fix for api

This commit is contained in:
黄珑 2025-11-08 11:56:33 +08:00
parent 34f331d8d4
commit ae7a7ac07e
3 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,16 @@ export async function ordercontrollerCreatenote(
});
}
/** 此处后端没有提供注释 GET /order/excel/price */
export async function ordercontrollerGetorderspriceinexcel(options?: {
[key: string]: any;
}) {
return request<any>('/order/excel/price', {
method: 'GET',
...(options || {}),
});
}
/** 此处后端没有提供注释 POST /order/getOrderByNumber */
export async function ordercontrollerGetorderbynumber(
body: string,