03 2025 档案
摘要:public function uploadImage() { // 获取 Base64 编码的文件数据 this->request->post('file'); if (empty($base64Data)) { return json([ 'code' => 0,
阅读全文
摘要:<?php namespace app\admin\model; use think\Model; use think\Db; class CategoryServe extends Model { // 表名 protected $name = 'category_serve'; // 自动写入时
阅读全文