1.0.5 • Published 6 years ago

qaep-push v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

qaep-push

qaep-fe 推送服务

Install

npm install qaep-push --save

Example

import push from 'qaep-push'
push({
    username : 'liushaopeng',
    title : 'xxx平台收到用户反馈'
});

接入反馈平台

import push from 'qaep-push'
$("body").on("click", "#fb_right_canvas_save",  function () {
    push({
        username : 'liushaopeng',
        title : 'xxx平台收到用户反馈'
    });
});

Options

NameDefaultDescriptionRequired
username要推送给谁true
title默认标题icafe的标题
detail默认内容icafe的内容
productqaep-feicafe所属产品线
status新建icafe的流程状态
typeBugicafe的类型
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago