|
|
@@ -69,7 +69,7 @@ if (!lk.isExecComm) {
|
|
|
lk.done();
|
|
|
}
|
|
|
}else{
|
|
|
- await pushWxMsg('🎉光予下单手', 'msgTips');
|
|
|
+ await pushWxMsg('光予下单手', 'msgTips');
|
|
|
lk.done();
|
|
|
}
|
|
|
}
|
|
|
@@ -114,7 +114,7 @@ async function pushWxMsg(summary, content, url) {
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
- }
|
|
|
+ });
|
|
|
}
|
|
|
|
|
|
function checkHanldeRequest() {
|