pay/webapp/controller/PayNotifyController.class.php
2019-08-16 16:50:08 +08:00

11 lines
84 B
PHP

<?php
class PayNotifyController {
public function payNotify()
{
}
}