...
|
...
|
@@ -131,7 +131,8 @@ module.exports = { |
|
|
if(isURes.data){
|
|
|
result={code:isURes.data.code,message:isURes.data.errmsg};
|
|
|
}
|
|
|
console.log("code 200, result: " + result);
|
|
|
console.log("return result: " + JSON.stringify(isURes));
|
|
|
console.log("code 200, result: " + JSON.stringify(result));
|
|
|
return callback(null, result);
|
|
|
},function(error){
|
|
|
console.log("error: " + error);
|
...
|
...
|
|