Browse Source

yibao callback json exec

HARUHARU 4 years ago
parent
commit
e51a6583a4
1 changed files with 4 additions and 3 deletions
  1. 4 3
      racc/callback/lingzh/yibao.php

+ 4 - 3
racc/callback/lingzh/yibao.php

@@ -1,4 +1,5 @@
 <?php
-
-refill\util::push_notify('yibao',$_POST);
-echo ('success');
+$content = $_SERVER['post_content'];
+$input = json_decode($content,true);
+refill\util::push_notify('yibao',$input);
+echo ('success');