itpanda-llc / mikbill-daemonsystem-kit

一套用于MikBill计费系统的周期性脚本

dev-master 2021-05-16 05:56 UTC

This package is auto-updated.

Last update: 2024-09-16 13:08:08 UTC


README

MikBill计费系统(《MikBill》)的周期性脚本集合

Packagist Downloads Packagist License Packagist PHP Version Support

链接

功能

参见文件

要求

安装

composer require itpanda-llc/mikbill-daemonsystem-kit

配置

指定

  • 配置文件的路径,接口和常量值在脚本文件
  • 在"cron"文件中指定要启动脚本的任务(参见下文)

/etc/crontab或/etc/cron.d/*

34 10 * * * root cd /var/mikbill/__ext/vendor/itpanda-llc/mikbill-daemonsystem-kit/scripts/ && /usr/bin/php ./BirthDaySMSPilotCompliment.php > /dev/null 2>&1
15 11 31 12 * root cd /var/mikbill/__ext/vendor/itpanda-llc/mikbill-daemonsystem-kit/scripts/ && /usr/bin/php ./NewYearSMSPilotCompliment.php > /dev/null 2>&1