New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wxjs2

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wxjs2

react版本的微信js基础服务

latest
Source
npmnpm
Version
0.1.22
Version published
Maintainers
1
Created
Source

wxjs2

react版本的微信js基础服务

install

npm install wxjs2 --save

Development

npm install
npm start

Example

http://github.dxcweb.com/wxjs2/

Usage

WopLogin and WopSign

import  {WopLogin,WopSign} from 'wxjs2';
...
<WopLogin 
	url="http://wop.dxcweb.com/service/"
    wx_app_id=""
    is_get_user_info={false}
    userInfo={(user)=> (console.log(user))}
>
	<WopSign 
		url="http://wop.dxcweb.com/service/"
        wx_app_id=""
	>
	    <Router history={history}>
			<Route path="/" component={IndexPage}/>
	    </Router>
	</WopSign>
</WopLogin>

WopUploadImgToOss

WopUploadImgToOss(me.wop_url, me.wx_app_id, serverId).then(function (img) {
    
});

WopUploadImgToOss.js(未更新)

Keywords

wxjs2

FAQs

Package last updated on 14 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts