mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-06 23:18:01 +08:00
多商户配置
This commit is contained in:
@@ -597,9 +597,8 @@ public class MemberService {
|
|||||||
* 使用汇付支付充值余额
|
* 使用汇付支付充值余额
|
||||||
* @param dto
|
* @param dto
|
||||||
* @return
|
* @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());
|
AbstractAdapayConfig config = AdapayConfigFactory.getConfig(dto.getAppId());
|
||||||
if (config == null) {
|
if (config == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user