Browse Source

增加闲置变宝 通道

stanley-king 3 years atrás
parent
commit
3fc16f19d6

helper/refill/api/xyz/xianzhibb/闲置变宝接口说明(1).docx → helper/refill/api/xyz/xianzhibb/闲置变宝接口说明.docx


+ 2 - 0
mobile/callback/refill_xianzhibb.php

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