摘要:
<?php namespace app\admin\service; use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; class Email { public function sendEmail($emai 阅读全文
摘要:
class Work extends Model { protected $table='work'; protected $connection='zwhl'; public function follow(){ return $this->hasMany('WorkFollow','work_i 阅读全文
摘要:
1.方式一 //登录 public function login(){ $config=config('ding'); $app = new Application($config); $response = $app->oauth->use('app-01')->withQrConnect()-> 阅读全文