ソースを参照

add beixt notify receive file

ayHaru 4 年 前
コミット
acddb9fd75

+ 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
+{
+
+}