This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* API服务层 | |
* | |
* 1. 接口访问频率控制(其实应该注册) | |
* <code> | |
* PowerApiService::rateLimit('api-do-something') && apiDoSomething(); | |
* </code> | |
*/ | |
class PowerApiService |