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