game2006api/webapp/services/callback/common/SignatureService.php
aozhiwei ee513e9e87 1
2023-07-13 20:08:03 +08:00

12 lines
101 B
PHP

<?php
namespace services;
class SignatureService {
public static function check() {
}
}