mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
19 lines
207 B
PHP
19 lines
207 B
PHP
<?php
|
|
|
|
/**
|
|
*
|
|
* @since 2017/03/10 创建
|
|
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
|
*/
|
|
|
|
namespace Home\Api;
|
|
|
|
use Home\ORG\JPush;
|
|
|
|
class Test extends Base {
|
|
|
|
public function index() {
|
|
|
|
}
|
|
|
|
} |