Merge branch 'master' into release

This commit is contained in:
Jay 2018-08-22 22:12:03 +08:00
commit 5a0a39a058

View File

@ -108,8 +108,9 @@ r.get('/channel/:chid/opay/setting', checkSession, getChannelList, hasChannel('c
text, text,
values values
}) })
c.obj = resObject('Success', { c.obj = resObject('Success', {
list: result.rows setting: result.rowCount === 0 ? {} : result.rows[0]
}) })
}) })