Compare commits
12 Commits
bd3d9a00c5
...
ae7a7ac07e
| Author | SHA1 | Date |
|---|---|---|
|
|
ae7a7ac07e | |
|
|
34f331d8d4 | |
|
|
3ac272411c | |
|
|
502cd0cfbf | |
|
|
d98e8439a7 | |
|
|
1f4128f1e5 | |
|
|
bcbb4ccfdb | |
|
|
43be89b1cd | |
|
|
90ea0f52cb | |
|
|
0d12b8a5c6 | |
|
|
b22e18f609 | |
|
|
e845824d05 |
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue