Commit 67644f4a authored by 王炽's avatar 王炽

Merge branch 'feihesanqi_20251014' of...

Merge branch 'feihesanqi_20251014' of http://gitlab2.dui88.com/fh/20250528_FHQ1 into feihesanqi_20251014
parents a2983ae5 0add1f0c
......@@ -103,4 +103,4 @@ export const fetchOrderExpressRoute = (data) => api.get('/c/order/express/route'
* @returns {Promise} API响应
* @description 取消订单
*/
export const fetchOrderCancel = (data) => api.post('/c/order/cancel', data);
export const fetchOrderCancel = (data) => api.get('/c/order/cancel', 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