浏览代码

tongka callback file

xiaoyu 1 年之前
父节点
当前提交
db4d09daac
共有 1 个文件被更改,包括 7 次插入0 次删除
  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');