add PayNotifyController.class.php
This commit is contained in:
parent
6e82ed94c7
commit
8b1c3792ec
@ -23,4 +23,10 @@ class PayController {
|
|||||||
$sdk->getOrderId();
|
$sdk->getOrderId();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function scanPay()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
10
webapp/controller/PayNotifyController.class.php
Normal file
10
webapp/controller/PayNotifyController.class.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
class PayNotifyController {
|
||||||
|
|
||||||
|
public function payNotify()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user