Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695f48c commit ad6ee04Copy full SHA for ad6ee04
Task/Youth_Read.js
@@ -95,6 +95,7 @@ function bodyInfo() {
95
return new Promise((resolve, reject) => {
96
$.get(batHost('article/info/get.json?' + articlebody), async(error, resp, data) => {
97
let bodyobj = JSON.parse(data);
98
+ $.log(JSON.stringify(readres,null,2))
99
try {
100
if (bodyobj.error_code == 0) {
101
acticid = bodyobj.url.match(/\d+/)[0];
0 commit comments