ayHaru 4 năm trước cách đây
mục cha
commit
aca612bad5
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      mobile/refill_weit.php

+ 1 - 4
mobile/refill_weit.php

@@ -2,9 +2,6 @@
 
 require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
 
-$content = $_SERVER['post_content'];
-$input = json_decode($content,true);
-
-refill\RefillFactory::instance()->notify('weit',$input);
+refill\RefillFactory::instance()->notify('weit',$_POST);
 
 echo ('success');