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