修改 WuyouPay 为 service

This commit is contained in:
GYJ
2024-12-30 13:12:59 +08:00
parent 6c02934e08
commit bbb761561a
10 changed files with 64 additions and 91 deletions

View File

@@ -47,7 +47,6 @@ public class AppCommonController {
" 20后台管理平台域名配置\n" +
" 22拼多多优惠券地址")
@ResponseBody
@Login
public Result getCommonList(@PathVariable Integer type) {
return commonService.findByType(type);
}