1.0.8 • Published 4 years ago

mat-rap-verify v1.0.8

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

mat-rap-verify

npm version

Installation

npm install --save-dev mat-rap-verify

Usage

var mat = require('mat')
var rap = require('mat-rap')
var rapVerify = require('mat-rap-verify')

mat.url([/api\//, /api2\//])
  .use(rapVerify({
      projectId: matProjectId,
      rapVersion: rapVersion,
      isRap: true
  }))
  .use(rap({
      rapVersion: rapVersion,
      projectId: matProjectId
  }))

Options

  • projectId

    type: number

    Rap平台对应建立的项目id

  • rapVersion

    type: string

    rap平台的版本,默认为1

  • isRap

    type: boolean

    是否为rap模式,默认为false

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

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.0

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago