forked from yoone/WEB
1
0
Fork 0

Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

4 changed files with 6 additions and 16 deletions

View File

@ -45,16 +45,6 @@ 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,

View File

@ -334,9 +334,9 @@ declare namespace API {
| 'after_sale_pending'
| 'pending_reshipment'
| 'pending_refund'
| 'return-requested'
| 'return-approved'
| 'return-cancelled';
| 'refund_requested'
| 'refund_approved'
| 'refund_cancelled';
payment_method?: string;
};
@ -863,9 +863,9 @@ declare namespace API {
| 'after_sale_pending'
| 'pending_reshipment'
| 'pending_refund'
| 'return-requested'
| 'return-approved'
| 'return-cancelled';
| 'refund_requested'
| 'refund_approved'
| 'refund_cancelled';
payment_method?: string;
};

View File

View File