pay/webapp/controller/PayNotifyController.class.php
aozhiwei 26d0cb97be 1
2019-08-19 17:12:55 +08:00

11 lines
141 B
PHP

<?php
class PayNotifyController {
public function payNotify()
{
error_log('payNotify:' . json_encode($_REQUEST));
}
}