...
|
...
|
@@ -89,7 +89,7 @@ exports.new = (req, res, next) => { |
|
|
* @return {[type]} [description]
|
|
|
*/
|
|
|
exports.newWithChannel = (req, res, next) => {
|
|
|
let channel = req.pathChannel;
|
|
|
let channel = req.pathChannel || req.yoho.channel;
|
|
|
|
|
|
req.query = req.query || {};
|
|
|
|
...
|
...
|
|