...
|
...
|
@@ -1395,7 +1395,7 @@ module.exports.indexConsultAsync = (uid, pid, page, size) => { |
|
|
/**
|
|
|
* 添加咨询
|
|
|
*/
|
|
|
module.exports.createConsultAsync = consultAPI.createAsync;
|
|
|
module.exports.createConsultAsync = consultAPI.createAsync;
|
|
|
|
|
|
/**
|
|
|
* 获取某一个商品详情主页面
|
...
|
...
|
|