mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-29 07:00:19 +00:00
18 lines
188 B
PHP
18 lines
188 B
PHP
<?php
|
|
|
|
namespace app\api\controller;
|
|
|
|
/**
|
|
* 百度小程序
|
|
* Class BaiduController
|
|
* @package app\api\controller
|
|
*/
|
|
class BaiduController
|
|
{
|
|
|
|
public function auth()
|
|
{
|
|
|
|
}
|
|
|
|
} |