@@ -34,6 +34,7 @@ class HdOrderController extends Controller
$transaction = $connection->beginTransaction();
$id = $order['id'] ?? 0;
$orderSn = $order['orderSn'] ?? '';
+ echo $orderSn . "\n";
try {
$order = OrderClass::getById($id, true);