Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 487 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 487 Bytes

nat-wechat

Installation

weexpack plugin add nat-wechat
npm i natjs

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'

// pay
Nat.wechat.pay({
    // wechat pay info object
})

// auth
Nat.wechat.auth({
    // wechat auth info object
})

</script>

See the Nat Documentation for more details.