4.2.2 • Published 2 years ago

cordova-plugin-meice-camera v4.2.2

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

cordova-plugin-meice-camera

安装插件

cordova plugin add http://192.168.1.137/mezeron/front-group/cordova-plugin-meice-camera.git

使用方法

使用案例  http://192.168.1.137/mezeron/front-group/mc-demo.git
      var isProd = false

 			var params = {
                         "deviceNumber":"MC680-C4C7DF290EF4",
                         "isProd":true,
                         "imgDir":"123",
                         "customerPicId_left":"1",
                         "customerPicId_right":"2",
                         "customerPicId_mid":"3",
                         "leftSuccess":false,
                         "rightSuccess":true,
                         "midSuccess":false,
                     }
            var customer ={
                           "name": "Al",
                           "phone": "18511111111",
                           "sex": "0",
                           "year": "1991",
                           "month": "11",
                           "day": "08",
                           "age": "27",
                           "extra": "deviceId=MC680-C4C7DF290EF4&custId=402881f167721fe70167ba816f105020",
                           "unionid": "402881f167721fe70167ba816f105020"
                       };
                 window.MCCamera.shoot(params,customer,
                                             function(data){
                                            "js success->customerPicId_left:"+data.customerPicId_left+",customerPicId_right:"+data.customerPicId_right+",customerPicId_mid:"+data.customerPicId_mid+",imgDir:"+data.imgDir
                                             },
                                             function(errMsg){
                                             console.log(" error: "+errMsg)
                                             }
                                             
                                             );
        
    

返回结果

 {
   "customerPicId_left":"",
   "customerPicId_right":"",
   "customerPicId_mid":"",
   "imgDir":"",
 }

npm publish --registry=https://registry.npmjs.org/

4.2.2

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago

4.0.7

3 years ago

4.0.6

3 years ago

4.0.5

3 years ago

4.0.4

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

4 years ago

3.3.6

4 years ago

3.3.5

4 years ago

3.3.4

4 years ago

3.3.3

4 years ago

3.3.1

4 years ago

3.3.0

4 years ago

3.2.9

4 years ago

3.2.8

4 years ago

3.2.7

4 years ago

3.2.6

4 years ago

3.2.5

4 years ago

3.2.4

4 years ago

3.2.3

4 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.5

4 years ago

3.1.3

4 years ago

3.1.4

4 years ago

3.1.2

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago