Commit a4cfeb36 by 蒋勇

d

parent 9bcf847e
...@@ -150,7 +150,7 @@ async png2jpg (srcPng, dstJpg) { ...@@ -150,7 +150,7 @@ async png2jpg (srcPng, dstJpg) {
//身份证同营业执照处理(不限制执照文件上传路径,通过文件地址下载至本地处理) //身份证同营业执照处理(不限制执照文件上传路径,通过文件地址下载至本地处理)
async bzLicenseForTmByUrl(obj) { async bzLicenseForTmByUrl(obj) {
console.log(obj); console.log(obj);
var data = await this.checkKey(obj.appKey); var data = await this.checkKey(obj.appKey);
if (data && data.status == -1) { if (data && data.status == -1) {
return data; return data;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment