0.0.14 • Published 3 years ago

neuxnet_login_qr v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

NeuLoginQrcodeSDK Access document


Before developing access, you need to contact the business to provide your information and obtain clientID The access party provides redirectURL (the jump address after scanning the code to log in successfully, it must be the https protocol) `。

Front-end access:

Installation

npm install neuxnet_login_qr
<img id="neuxnet_login_qr" src="" />
import neuxnet_login_qr from "neuxnet_login_qr";
const Instance = neuxnet_login_qr({
        clientID: "8y6vywgqnta0prtswe", 
        domId: "neuxnet_login_qr",
        success: (res) => {
        
        },
        fail: (err) => {
          console.log("fail", err);I
        },
 });

Configuration

Basic configuration

| Parameter name | Required | Type | Default value | Introduction

0.0.14

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago