123
This commit is contained in:
@@ -69,6 +69,15 @@ public class PayTrdConfigController extends BaseController {
|
||||
return toAjax(payTrdConfigService.save(bo));
|
||||
}
|
||||
|
||||
@SaCheckPermission("cai:payTrdConfig:edit")
|
||||
@Log(title = "四方支付配置启用和关闭", businessType = BusinessType.INSERT)
|
||||
@RepeatSubmit()
|
||||
@PostMapping("/enableStatus")
|
||||
public R<Void> enableStatus(@Validated(AddGroup.class) @RequestBody PayTrdConfig bo) {
|
||||
payTrdConfigService.enableStatus(bo.getId(), bo.getEnableStatus());
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改四方支付配置
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user