主菜单部分功能

This commit is contained in:
lyf 2023-02-23 09:51:03 +08:00
parent 9ec98bd437
commit d4e283b08d
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ public class MercMemberSetController {
@Autowired
private MercMemberSetService mmsService;
@GetMapping
@GetMapping("/data")
public Result<MercMemberSetVO> mercMemberSet() {
MercMemberSetVO vo = mmsService.apiSet();
return ResultGenerator.genSuccessResult(vo);

View File

@ -99,7 +99,7 @@ parameter:
APPID: wxfffc7bff64c7a11e
#小程序付款APPID
APPLETS_APPID: wxfffc7bff64c7a11e
APPSECRET:
APPSECRET: b84ee0efaa0d9a649746ac65525f8e10
KEY: 微信原生加密用的KEY
LESHUALIU: 乐刷、未接入可不管
LESHUA_API:

View File

@ -235,7 +235,7 @@ public class MerchantChannelStatus {
}
if (AUDIT_STATUS_EXAMINING.equals(status)) {
MsgException.throwException("进件审核中,请勿重复进件");
MsgException.throwException("进件审核中,请勿重复提交");
}
}