mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-02 18:46:29 +00:00
fix 路径拼接错误和添加请求路径注解
This commit is contained in:
@@ -110,6 +110,6 @@ public class ChannelCashierConfigService {
|
||||
MchApp mchApp = mchAppManager.findByAppId(appId).orElseThrow(() -> new DataNotExistException("未找到指定的应用配置"));
|
||||
PlatformConfig platformConfig = platformConfigService.getConfig();
|
||||
String serverUrl = platformConfig.getGatewayMobileUrl();
|
||||
return StrUtil.format("{}/channel/cashier/{}/{}", serverUrl, mchApp.getAppId());
|
||||
return StrUtil.format("{}/channel/cashier/{}", serverUrl, mchApp.getAppId());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user