Giter Club home page Giter Club logo

qiyu-web-sdk's Introduction

@neysf/qiyu-web-sdk

qiyu-web-sdk

一、功能简介

七鱼访客端 sdk 支持 npm 包接入

注:sdk 依赖 Promise,如果浏览器不支持 Promise,需要接入方自行引入 Promise polyfill(import 'core-js/modules/es.promise';)

二、使用示例

2.1 安装

$ npm install @neysf/qiyu-web-sdk --save

2.2 使用说明(示例)

import YSF from '@neysf/qiyu-web-sdk';

/**
 * 第一个参数是 企业 appkey
 * 第二个参数是 配置参数
 * 第三个参数 环境配置 默认普通企业,传入overseas为海外企业
*/

YSF.init('f13509f5e8b8e1fbb388b3ddbee238c2', {
    templateId: 123,
    shuntId: 11,
    // hidden: 1
  }).then(ysf => {
    ysf('open');
  }).catch(error => {
    console.log('sdk加载失败---', error);
  });

参数说明请参考 官网文档

字段名 类型 说明 是否必须 默认值
第一个参数(appkey) String 企业 appkey --
第二个参数(配置) Object sdk 入口配置 --
第三个参数(配置) String 普通企业不需要传,海外版本企业:'overseas' --

qiyu-web-sdk's People

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.