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

12 lines
112 B
PHP

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