|
|
@@ -69,13 +69,13 @@ if (!lk.isExecComm) {
|
|
|
lk.done();
|
|
|
}
|
|
|
}else{
|
|
|
- pushWxMsg('光予下单手', '测试内容');
|
|
|
+ all();
|
|
|
lk.done();
|
|
|
}
|
|
|
}
|
|
|
|
|
|
async function all() {
|
|
|
- await pushWxMsg('光予下单手', 'msgTips');
|
|
|
+ await pushWxMsg('光予下单手', '测试内容22222');
|
|
|
}
|
|
|
|
|
|
async function pushWxMsg(summary, content, url) {
|
|
|
@@ -121,8 +121,10 @@ async function pushWxMsg(summary, content, url) {
|
|
|
lk.log(`微信推送失败:${rdata}`);
|
|
|
}
|
|
|
} catch (error) {
|
|
|
+ lk.log('......11');
|
|
|
lk.logErr(error);
|
|
|
- }finally {
|
|
|
+ } finally {
|
|
|
+ lk.log('......22');
|
|
|
resolve();
|
|
|
}
|
|
|
}else{
|