Commit be9b7355 authored by carlos's avatar carlos

取消订单

parent 24da95fa
......@@ -78,9 +78,10 @@ interface FactoryServiceInterface
/**
* Notes: 分派订单取消
* User: carlos
* @param string $type cancel|delete
* DateTime: 2022/9/21 14:24
*/
public function cancelOrder($orderNo);
public function cancelOrder($orderNo, $type = 'cancel');
/**
* Notes: 获取订单信息
......
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