|
@@ -382,5 +382,6 @@ module.exports = app => {
|
|
app.get('/wx/bind', wechatAuth, 'wechatController.bind');
|
|
app.get('/wx/bind', wechatAuth, 'wechatController.bind');
|
|
app.post('/wx/bindwx', wechatAuth, 'wechatController.bindwx');
|
|
app.post('/wx/bindwx', wechatAuth, 'wechatController.bindwx');
|
|
app.get('/wx/test', wechatAuth, 'wechatController.testwx');
|
|
app.get('/wx/test', wechatAuth, 'wechatController.testwx');
|
|
|
|
+ app.get('/wx/url2wap', wechatAuth, 'wechatController.url2wap');
|
|
app.get('/MP_verify_t3MkWAMqplVxPjmr.txt', 'wechatController.oauthTxt');
|
|
app.get('/MP_verify_t3MkWAMqplVxPjmr.txt', 'wechatController.oauthTxt');
|
|
};
|
|
};
|