|
|
@@ -175,7 +175,7 @@ async function all() {
|
|
|
lk.prependNotifyInfo('⚠️请设置监控价格');
|
|
|
hasNeedSendNotify = true;
|
|
|
} else {
|
|
|
- let item = await refreshBuyLst(price);
|
|
|
+ let item = await refreshLstOnSale(castingId, price);
|
|
|
if(item){
|
|
|
hasNeedSendNotify = await checkToBuy(item);
|
|
|
} else {
|
|
|
@@ -189,7 +189,7 @@ async function all() {
|
|
|
lk.done();
|
|
|
}
|
|
|
|
|
|
-function refreshBuyLst(price) {
|
|
|
+function refreshLstOnSale(castingId, price) {
|
|
|
return new Promise((resolve, _reject) => {
|
|
|
try {
|
|
|
const headers = {
|