Merge branch 'hotfix/shopAbout'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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) { |
-
Please register or login to post a comment