Authored by 郭成尧

uid-get,

... ... @@ -77,9 +77,9 @@ exports.couponSend = (req, res, next) => {
};
// APP时用参数中的ID
// if (!uid) {
// uid = app && app.uid ? app.uid : 0;
// }
if (!uid) {
uid = app && app.uid ? app.uid : 0;
}
if (uid === '' || uid === 0 || token === '' || token === 0) {
return res.jsonp(resultData);
... ...