Authored by 周少峰

Merge branch 'hotfix/shopAbout'

@@ -127,7 +127,7 @@ exports.brand = (req, res, next) => { @@ -127,7 +127,7 @@ exports.brand = (req, res, next) => {
127 * @return {[type]} [description] 127 * @return {[type]} [description]
128 */ 128 */
129 exports.brandAbout = (req, res, next) => { 129 exports.brandAbout = (req, res, next) => {
130 - let brandDomain = req.params.brandDomain; 130 + let brandDomain = req.query.domain;
131 let shopId = req.query.shopId; 131 let shopId = req.query.shopId;
132 132
133 if (!brandDomain) { 133 if (!brandDomain) {