Commit 5cf8c725 by 王昆

gsb

parent d7141989
...@@ -51,20 +51,20 @@ class BpoSDPJApi { ...@@ -51,20 +51,20 @@ class BpoSDPJApi {
return o.toString().trim(); return o.toString().trim();
} }
async testqr(obj, req) { // async testqr(obj, req) {
let arr = []; // let arr = [];
for (let i = 0; i < 20; i++) { // for (let i = 0; i < 20; i++) {
this.tttttt(); // this.tttttt();
// let url = await this.qrClient.generateQR("https://bpohhr.gongsibao.com/sdpj?no=D6L0EoGg1wkzO5GEvm%2B9hA%3D%3D&outTradeNo=01234567891011121319&mchtId=1286935856342376450"); // // let url = await this.qrClient.generateQR("https://bpohhr.gongsibao.com/sdpj?no=D6L0EoGg1wkzO5GEvm%2B9hA%3D%3D&outTradeNo=01234567891011121319&mchtId=1286935856342376450");
// arr.push(url); // // arr.push(url);
} // }
return arr; // return arr;
} // }
//
async tttttt() { // async tttttt() {
let url = await this.qrClient.generateQR("https://bpohhr.gongsibao.com/sdpj?no=D6L0EoGg1wkzO5GEvm%2B9hA%3D%3D&outTradeNo=01234567891011121319&mchtId=1286935856342376450"); // let url = await this.qrClient.generateQR("https://bpohhr.gongsibao.com/sdpj?no=D6L0EoGg1wkzO5GEvm%2B9hA%3D%3D&outTradeNo=01234567891011121319&mchtId=1286935856342376450");
console.log(url); // console.log(url);
} // }
/** /**
* 生成二维码 * 生成二维码
......
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