Commit 319e122e authored by 陈志良's avatar 陈志良

社区分享 - shareV3js - bug fix

parent 063067ee
...@@ -556,7 +556,7 @@ router.get('/sharev3.js', function(req, res, next) { ...@@ -556,7 +556,7 @@ router.get('/sharev3.js', function(req, res, next) {
}catch(err){ }catch(err){
console.log(err); console.log(err);
} }
getWXV2(res, title, desc, link, imgUrl, mid,ent_code, id,type,null,true); getWXV2(res, title, desc, link, imgUrl, mid,ent_code, id,type,null);
}else{ }else{
then.parallel([ then.parallel([
function(cont){ function(cont){
...@@ -592,7 +592,7 @@ router.get('/sharev3.js', function(req, res, next) { ...@@ -592,7 +592,7 @@ router.get('/sharev3.js', function(req, res, next) {
}else{ }else{
link = link + '&uId='+ uId; link = link + '&uId='+ uId;
} }
getWXV2(res, title, desc, link, imgUrl, mid,ent_code, id,type,null,true); getWXV2(res, title, desc, link, imgUrl, mid,ent_code, id,type,null);
}).fail(function(cont, err) { }).fail(function(cont, err) {
res.json(_.assign({result:false},returnCode.WRONG_PARAM)); res.json(_.assign({result:false},returnCode.WRONG_PARAM));
}); });
......
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