|
@@ -12,7 +12,7 @@ module.exports = app => {
|
|
|
router.get(`${profix}auth`, controller.weixin.auth);
|
|
|
router.get(`${profix}authBack`, controller.weixin.authBack);
|
|
|
router.get(`${profix}wxUser`, controller.weixin.wxUser);
|
|
|
- router.get(`${profix}jsapi`, controller.weixin.jsapiAuth);
|
|
|
+ router.post(`${profix}jsapi`, controller.weixin.jsapiAuth);
|
|
|
require('./router/refute')(app);
|
|
|
require('./router/topic')(app);
|
|
|
require('./router/service')(app);
|