This commit is contained in:
knowpia
2022-09-14 10:09:29 +08:00
parent 985f7f1743
commit 8e3dd73f49
3 changed files with 38 additions and 1 deletions

View File

@@ -40,5 +40,4 @@ class Order
return show("订单创建成功!", SUCCESS_CODE, $order->id);
}
}