mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
多商户配置
This commit is contained in:
@@ -597,9 +597,8 @@ public class MemberService {
|
||||
* 使用汇付支付充值余额
|
||||
* @param dto
|
||||
* @return
|
||||
* @throws Exception
|
||||
*/
|
||||
public Map<String, Object> rechargeBalanceWithAdapay(WeixinPayDTO dto) throws Exception {
|
||||
public Map<String, Object> rechargeBalanceWithAdapay(WeixinPayDTO dto) {
|
||||
// 获取支付信息
|
||||
AbstractAdapayConfig config = AdapayConfigFactory.getConfig(dto.getAppId());
|
||||
if (config == null) {
|
||||
|
||||
Reference in New Issue
Block a user