From 8b1c3792ecad72e333cf58b5b4d688702db00a1f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 16 Aug 2019 16:50:08 +0800 Subject: [PATCH] add PayNotifyController.class.php --- webapp/controller/PayController.class.php | 6 ++++++ webapp/controller/PayNotifyController.class.php | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 webapp/controller/PayNotifyController.class.php diff --git a/webapp/controller/PayController.class.php b/webapp/controller/PayController.class.php index 5f8ab9d..c74586e 100644 --- a/webapp/controller/PayController.class.php +++ b/webapp/controller/PayController.class.php @@ -23,4 +23,10 @@ class PayController { $sdk->getOrderId(); } } + + public function scanPay() + { + + } + } diff --git a/webapp/controller/PayNotifyController.class.php b/webapp/controller/PayNotifyController.class.php new file mode 100644 index 0000000..4601822 --- /dev/null +++ b/webapp/controller/PayNotifyController.class.php @@ -0,0 +1,10 @@ +