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 */ /** 此处后端没有提供注释 POST /order/getOrderByNumber */
export async function ordercontrollerGetorderbynumber( export async function ordercontrollerGetorderbynumber(
body: string, body: string,

View File

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

View File

View File