Commit 13117654 authored by 陈志良's avatar 陈志良

添加获取经验打印

parent 8b6d35f8
...@@ -21,6 +21,7 @@ exports.loadLevelFromAPI=function(ent_code,open_id,callback){ ...@@ -21,6 +21,7 @@ exports.loadLevelFromAPI=function(ent_code,open_id,callback){
if (e) { if (e) {
console.log(e) console.log(e)
} }
console.log(body);
return callback && callback(null,(body && body.data) || null); return callback && callback(null,(body && body.data) || null);
}); });
}; };
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment