Commit 5cf8c725 by 王昆

gsb

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