Git Product home page Git Product logo

x-notify's Introduction

x-notify

Build Status Coverage Status Maven Central License

notify by weixin template message, sms and etc.

Tables for notify log

DROP TABLE IF EXISTS x_notify_log;

create table x_notify_log (
  log_id varchar(30)  comment '主键ID',
  target_id varchar(20) null comment '目标id, 例如user_id',
  mobile varchar(20) null comment '手机号码',
  username varchar(20) null comment '用户姓名',
  openid varchar(60) null comment '用户姓名',
  usergroup varchar(60) null comment '用户组织',
  msgtype varchar(10) not null comment '消息类型',
  sign_name varchar(20) null comment '签名',
  template_code varchar(200) null comment '模板编码',
  template_vars varchar(200) null comment '模板变量JSON',
  eval varchar(1000) null comment '内容',
  create_time datetime  comment '创建时间',
  req varchar(300) null comment '请求数据',
  req_time datetime NULL comment '请求时间',
  req_sender varchar(20) null comment '发送器',
  rsp_id varchar(30) null comment '响应ID',
  rsp varchar(300) null comment '响应数据',
  rsp_time datetime NULL comment '响应时间',
  state int not null comment '0 新建,1 发送中,2 已成功 3 已失败',
  primary key(log_id)
);

x-notify's People

Contributors

bingoohuang avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

cckmit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.