This commit is contained in:
aozhiwei 2023-09-11 14:04:42 +08:00
parent da09b0a369
commit f5817e2e73

View File

@ -0,0 +1,9 @@
<?php
class MailController extends BaseAuthedController {
public function getAttachment()
{
}
}