mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
18 lines
225 B
PHP
18 lines
225 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @since 2019-07-16
|
|
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
|
*/
|
|
|
|
namespace app\api\controller;
|
|
|
|
|
|
use think\Controller;
|
|
|
|
class Phone extends Controller {
|
|
public function area() {
|
|
|
|
}
|
|
}
|