主菜单部分功能
This commit is contained in:
@@ -26,7 +26,7 @@ public class MercMemberSetController {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private MercMemberSetService mmsService;
|
private MercMemberSetService mmsService;
|
||||||
|
|
||||||
@GetMapping
|
@GetMapping("/data")
|
||||||
public Result<MercMemberSetVO> mercMemberSet() {
|
public Result<MercMemberSetVO> mercMemberSet() {
|
||||||
MercMemberSetVO vo = mmsService.apiSet();
|
MercMemberSetVO vo = mmsService.apiSet();
|
||||||
return ResultGenerator.genSuccessResult(vo);
|
return ResultGenerator.genSuccessResult(vo);
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ parameter:
|
|||||||
APPID: wxfffc7bff64c7a11e
|
APPID: wxfffc7bff64c7a11e
|
||||||
#小程序付款APPID
|
#小程序付款APPID
|
||||||
APPLETS_APPID: wxfffc7bff64c7a11e
|
APPLETS_APPID: wxfffc7bff64c7a11e
|
||||||
APPSECRET:
|
APPSECRET: b84ee0efaa0d9a649746ac65525f8e10
|
||||||
KEY: 微信原生加密用的KEY
|
KEY: 微信原生加密用的KEY
|
||||||
LESHUALIU: 乐刷、未接入可不管
|
LESHUALIU: 乐刷、未接入可不管
|
||||||
LESHUA_API:
|
LESHUA_API:
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ public class MerchantChannelStatus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (AUDIT_STATUS_EXAMINING.equals(status)) {
|
if (AUDIT_STATUS_EXAMINING.equals(status)) {
|
||||||
MsgException.throwException("进件审核中,请勿重复进件");
|
MsgException.throwException("进件审核中,请勿重复提交");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user