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

Merge branch 'bugfix_0811_member_level' into SANDBOX

parents e49b003c 13117654
......@@ -21,6 +21,7 @@ exports.loadLevelFromAPI=function(ent_code,open_id,callback){
if (e) {
console.log(e)
}
console.log(body);
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