**上传身份证正反面合并**
1. 需要裁剪
2. 需要合并
**1.裁剪**
调用上传组件
~~~
/plugins/printer/api/v1_upload.php
~~~
参数
~~~
type:crop
~~~
事例:
~~~
this.upload(tmp_path,{type:'crop'}).then(res=>{
let url = res.data
})
~~~
文件上传key为`file`
**2.合并接口**
~~~
/plugins/printer/api/v1_idcard.php
~~~
参数
* img1 正面
* img2 反面
图片链接JS请使用 `encodeURIComponent`
PHP请使用`urlencode`
返回
![](https://img.kancloud.cn/8d/aa/8daa4bc475c757a8f4488c603f281c4f_703x145.png)