9 lines
74 B
PHP
9 lines
74 B
PHP
<?php
|
|
|
|
namespace app\model;
|
|
|
|
|
|
class PaymentNotifyWechat extends Basic
|
|
{
|
|
}
|