修改code review

This commit is contained in:
jason
2021-11-05 00:10:32 +08:00
parent 87d8b55b41
commit 26798a8816
7 changed files with 23 additions and 22 deletions

View File

@ -159,7 +159,7 @@ public class PayOrderCoreServiceImpl implements PayOrderCoreService {
* @return
*/
private String genChannelReturnUrl(PayChannelDO channel) {
return payProperties.getReturnUrl() + "/" + StrUtil.replace(channel.getCode(), "_", "-")
return payProperties.getPayReturnUrl() + "/" + StrUtil.replace(channel.getCode(), "_", "-")
+ "/" + channel.getId();
}