11 lines
84 B
PHP
11 lines
84 B
PHP
<?php
|
|
|
|
class PayNotifyController {
|
|
|
|
public function payNotify()
|
|
{
|
|
|
|
}
|
|
|
|
}
|