refill_fuyuan.php 198 B

12345
  1. <?php
  2. refill\util::push_notify('fuyuan',$_POST);
  3. $content = "agentid={$_POST['agentid']}&cp_order_no={$_POST['cp_order_no']}&fy_order_no={$_POST['fy_order_no']}&ret_result=0000";
  4. echo $content;