<?php
namespace app\index\controller;
use think\Controller;
use think\Db;
class Tboss extends Controller{
public function index() {
echo 'hello,world';
$Log = Db::query("call GetBossbyOpenid('orbi4t9PAgpRpQKGZFzEhiM8M')");
dump($Log);
}
}
PHP新手小白跪求大佬解答,谢谢! 最佳答案
