diff --git a/app/channel/service/system/Test.php b/app/channel/service/system/Test.php index 8a19ac6..ac1ac4b 100644 --- a/app/channel/service/system/Test.php +++ b/app/channel/service/system/Test.php @@ -130,6 +130,15 @@ class Test extends Core ); return $this->submit($param, $check); } + public function dy($param) + { + $check = array + ( + 'account' => 'account', + 'cash' => 'cash', + ); + return $this->submit($param, $check); + } # 通知处理 主要返回状态 2是成功 3是失败 public function notify($data)