Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRan888 committed Jun 5, 2022
1 parent 502d091 commit fa824a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jd_plantBean.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ function request(function_id, body = {}) {
})
}
function taskUrl(function_id, body) {
body["version"] = "9.2.4.0";
body["version"] = "9.2.4.1";
body["monitor_source"] = "plant_app_plant_index";
body["monitor_refer"] = "";
return {
Expand Down
2 changes: 1 addition & 1 deletion jd_plantBean_help.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async function doHelp() {
await $.wait(30 * 1000);
lnruns = 0;
}
if ($.helpResult && $.helpResult.code === '0') {
if ($.helpResult && $.helpResult.code === '0' && !$.helpResult.errorCode) {
console.log(`助力好友结果: ${JSON.stringify($.helpResult.data.helpShareRes)}`);
if ($.helpResult.data && $.helpResult.data.helpShareRes) {
if ($.helpResult.data.helpShareRes.state === '1') {
Expand Down

0 comments on commit fa824a7

Please sign in to comment.