@@ -72,6 +72,16 @@ public class ProjectPaySettingServiceImpl extends SuperService {
@Autowired
private OrgPayAccountService orgPayAccountService;
+ /**
+ * 保存项目支付渠道 配置
+ *
+ * @return
+ */
+ public ResultContent savePaySetting() {
+
+ return ResultContent.buildSuccess();
+ }
//-----------------------------通用配置方法 start----------------------------
/**