定制 xxbe/cicada-emde-contract 二次开发

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

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

xxbe/cicada-emde-contract

Composer 安装命令:

composer require xxbe/cicada-emde-contract

包简介

cicada-emde interface contract files.

README 文档

README

安装说明

配置composer.json

"repositories": [
    {
        "type":"git",
        "url":"git@git.100tal.com:jituan_xinxi_be/cicada-emde-contract.git"
    }
]

安装xxbe/cicada-emde-contract

composer require xxbe/cicada-emde-contract

引用

config/autoload/services.php中增加:

return [
    'consumers' => [
        // 账号
        [
            'name'     => 'AccountServiceInterface',
            'service' => \Xxbe\CicadaEmdeContract\Contract\AccountServiceInterface::class,
            'nodes'    => [ ##nodesetting ]
        ],
        // Yach部门
        [
            'name'     => 'YachDeptServiceInterface',
            'service' => \Xxbe\CicadaEmdeContract\Contract\YachDeptServiceInterface::class,
            'nodes'    => [ ##nodesetting ]
        ],
        // EHR部门
        [
            'name'     => 'MainDeptServiceInterface',
            'service' => \Xxbe\CicadaEmdeContract\Contract\MainDeptServiceInterface::class,
            'nodes'    => [ ##nodesetting ]
        ],
    ],
];

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-06-29