Преглед на файлове

remove lingzh from racc

stanley-king преди 1 година
родител
ревизия
d127c96afb

+ 0 - 4
racc/callback/lingzh/aming.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('aming',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/amingjd.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('amingjd',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/amingjdman.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('amingjdman',$_POST);
-echo ('success');

+ 0 - 10
racc/callback/lingzh/amingyd.php

@@ -1,10 +0,0 @@
-<?php
-
-$content = $_SERVER['post_content'];
-$input = json_decode($content,true);
-refill\util::push_notify('amingyd',$input);
-
-$data['code'] = 'success';
-$data['message'] = '成功';
-$content = json_encode($data);
-echo $content;

+ 0 - 4
racc/callback/lingzh/baizeyd.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('baizeyd',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/binghc.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('binghc',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/chuka.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('chuka',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/feiniao.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('feiniao',$_POST);
-echo ('success');

+ 0 - 10
racc/callback/lingzh/fensheng.php

@@ -1,10 +0,0 @@
-<?php
-
-$content = $_SERVER['post_content'];
-
-$inputs = json_decode($content,true);
-foreach ($inputs as $input) {
-    refill\util::push_notify('fensheng',$input);
-}
-
-echo ('SUCCESS');

+ 0 - 4
racc/callback/lingzh/haohao.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('haohao',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/juzhuo.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('juzhuo',$_POST);
-echo ('SUCCESS');

+ 0 - 4
racc/callback/lingzh/legou.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('legou',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/riying.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('riying',$_POST);
-echo ('ok');

+ 0 - 4
racc/callback/lingzh/ruishun.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('ruishun',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/sctongqian.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('sctongqian',$_POST);
-echo ('ok');

+ 0 - 4
racc/callback/lingzh/shengying.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('shengying',$_POST);
-echo ('ok');

+ 0 - 4
racc/callback/lingzh/wailing.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('wailing',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/weishengy.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('weishengy',$_POST);
-echo ('success');

+ 0 - 4
racc/callback/lingzh/weishengyjd.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('weishengyjd',$_POST);
-echo ('ok');

+ 0 - 4
racc/callback/lingzh/weishengysix.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('weishengysix',$_POST);
-echo ('ok');

+ 0 - 4
racc/callback/lingzh/weishengywt.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('weishengywt',$_POST);
-echo ('ok');

+ 0 - 8
racc/callback/lingzh/wuchen.php

@@ -1,8 +0,0 @@
-<?php
-$content = $_SERVER['post_content'];
-$input = json_decode($content,true);
-refill\util::push_notify('wuchen',$input);
-$data['code'] = 1000;
-$data['message'] = '订单处理成功';
-$content = json_encode($data);
-echo $content;

+ 0 - 4
racc/callback/lingzh/yezi.php

@@ -1,4 +0,0 @@
-<?php
-
-refill\util::push_notify('yezi',$_POST);
-echo ('SUCCESS');

+ 0 - 5
racc/callback/lingzh/yibao.php

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