定制 githen/laravel-jdt 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

githen/laravel-jdt

最新稳定版本:v1.0.6

Composer 安装命令:

composer require githen/laravel-jdt

包简介

基于laravel的校对通智能校对

README 文档

README

基于laravel的校对通智能校对

image image image

安装

composer require githen/laravel-jdt:~v1.0.0

# 迁移配置文件
php artisan vendor:publish --provider="Githen\LaravelJdt\Providers\JdtServiceProvider"

配置文件说明

生成jdt.php上传配置文件

<?php
return [
    /*
    |--------------------------------------------------------------------------
    | 校对通配置
    |--------------------------------------------------------------------------
    |
    */
    // 登录信息
    'app_id' => 'admin',
    'app_secret' => '111111',
    'disk' => 'local',
    'auth_file' => 'app/data/jdt/jdt.txt',
    'son_user' => [
        10 => [
            'son_user_id' => 'admin',
        ],
    ]
    
];

统计信息

  • 总下载量: 97
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-26