Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad6ee04

Browse files
committed
1 parent 695f48c commit ad6ee04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Task/Youth_Read.js

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function bodyInfo() {
9595
return new Promise((resolve, reject) => {
9696
$.get(batHost('article/info/get.json?' + articlebody), async(error, resp, data) => {
9797
let bodyobj = JSON.parse(data);
98+
$.log(JSON.stringify(readres,null,2))
9899
try {
99100
if (bodyobj.error_code == 0) {
100101
acticid = bodyobj.url.match(/\d+/)[0];

0 commit comments

Comments
 (0)