获取域名
/**
* 获取域名
*/
public function domain()
{
return request()->getSchemeAndHttpHost();
}
/**
* 获取域名
*/
public function domain()
{
return request()->getSchemeAndHttpHost();
}
public function img_url() { $id = request()->param('id', 1122); $info = Db::name('...
public function get_order_sn() { return date('Ymd') ...
publicfunction forget(){ $phone = request()->input('phone'); $c...
public function qrcode() { $qcode = "http...
header("Content-Type: application/vnd.ms-excel; name='excel'"); header("Content-Disposition:atta...
public function index44() { $domain = request(...