30 lines
883 B
PHP
30 lines
883 B
PHP
<?php
|
|
|
|
namespace app\KitchenScale\controller\admin;
|
|
|
|
use think\Db;
|
|
|
|
class Index extends Base{
|
|
|
|
// protected $login_hours_out = 24;
|
|
|
|
// 加 bcadd(,,20)
|
|
// 减 bcsub(,,20)
|
|
// 乘 bcmul(,,20)
|
|
// 除 bcdiv(,,20)
|
|
################################################################接口################################################################
|
|
################################################################接口################################################################
|
|
################################################################接口################################################################
|
|
|
|
// 登录
|
|
public function index(){
|
|
// $this->assign('domain',$a);
|
|
return $this->fetch();
|
|
}
|
|
|
|
public function welcome(){
|
|
// $this->assign('domain',$a);
|
|
return $this->fetch();
|
|
}
|
|
|
|
} |