|
@@ -1,10 +0,0 @@
|
|
|
-<?php
|
|
|
-
|
|
|
-$content = $_SERVER['post_content'];
|
|
|
-$input = json_decode($content,true);
|
|
|
-refill\util::push_notify('amingyd',$input);
|
|
|
-
|
|
|
-$data['code'] = 'success';
|
|
|
-$data['message'] = '成功';
|
|
|
-$content = json_encode($data);
|
|
|
-echo $content;
|