add PayNotifyController.class.php

This commit is contained in:
aozhiwei 2019-08-16 16:50:08 +08:00
parent 6e82ed94c7
commit 8b1c3792ec
2 changed files with 16 additions and 0 deletions

View File

@ -23,4 +23,10 @@ class PayController {
$sdk->getOrderId();
}
}
public function scanPay()
{
}
}

View File

@ -0,0 +1,10 @@
<?php
class PayNotifyController {
public function payNotify()
{
}
}