wuchen.php 164 B

1234567
  1. <?php
  2. refill\util::push_notify('wuchen',$_POST);
  3. $data['code'] = 1000;
  4. $data['message'] = '订单处理成功';
  5. $content = json_encode($data);
  6. echo $content;