|
@@ -201,7 +201,7 @@ public class CommonController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("获取微信参数")
|
|
|
- @GetMapping("app/common/wx/config")
|
|
|
+ @GetMapping("/wx/config")
|
|
|
public AjaxResult<Map<String, Object>> wxConfig() {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
String smallAppId = configService.selectConfigByKey("wx.small.appid");
|