bridge_test.php 155 B

1234567
  1. <?php
  2. $content = $_SERVER['post_content'];
  3. $order_sn = $content['order_sn'];
  4. Log::record("BridgeCB order_sn = {$order_sn}",Log::DEBUG);
  5. echo ('SUCCESS');