Skip to content

Commit

Permalink
fixed bcow
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ-clamp committed Feb 9, 2021
1 parent 8104fe4 commit 984bf01
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 230 deletions.
2 changes: 1 addition & 1 deletion commands/tasks/unicom/bcow.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ module.exports = bcow = {
result.data.drawResultPO !== null &&
result.data.drawResultPO.doublingStatus
) {
console.log("🌈提交积分翻倍");
console.log("🌈 提交积分翻倍");
await bcow.lookVideoDouble(axios, {
...options,
});
Expand Down
3 changes: 1 addition & 2 deletions commands/tasks/unicom/dailyYYY.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ var dailyYYY = {

let n = Math.floor(5 * Math.random());
let i = newjiamarr();
params = gameEvents.encodeParams(t, true);

params = gameEvents.encodeParams(p1, true);
res = await axios
.request({
headers: {
Expand Down
4 changes: 2 additions & 2 deletions commands/tasks/unicom/handlers/dailyEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ let lookVideoDoubleResult = (title) => {
});
let result = res.data;
if (result.code !== 0) {
console.log(` ${title}翻倍结果:`, result.message);
console.log(` ${title}翻倍结果:`, result.message);
} else {
console.log(` ${title}翻倍结果:`, result.data);
console.log(` ${title}翻倍结果:`, result.data);
}
};
};
Expand Down
Loading

0 comments on commit 984bf01

Please sign in to comment.