瀏覽代碼

add beixt notify receive file

ayHaru 4 年之前
父節點
當前提交
acddb9fd75
共有 4 個文件被更改,包括 25 次插入0 次删除
  1. 4 0
      mobile/beixt_notify.php
  2. 7 0
      mobile/control/merchant_base.php
  3. 7 0
      mobile/control/merchant_info.php
  4. 7 0
      mobile/control/merchant_order.php

+ 4 - 0
mobile/beixt_notify.php

@@ -0,0 +1,4 @@
+<?php
+Log::record('notify receive',Log::DEBUG);
+Log::record("post data : {$_POST}" , Log::DEBUG);
+echo ('ok');

+ 7 - 0
mobile/control/merchant_base.php

@@ -0,0 +1,7 @@
+<?php
+
+
+class merchant_base
+{
+
+}

+ 7 - 0
mobile/control/merchant_info.php

@@ -0,0 +1,7 @@
+<?php
+
+
+class merchant_info
+{
+
+}

+ 7 - 0
mobile/control/merchant_order.php

@@ -0,0 +1,7 @@
+<?php
+
+
+class merchant_order
+{
+
+}