Browse Source

tongka callback file

xiaoyu 1 year ago
parent
commit
db4d09daac
1 changed files with 7 additions and 0 deletions
  1. 7 0
      mobile/callback/refill_tongka.php

+ 7 - 0
mobile/callback/refill_tongka.php

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