支付宝参数设置

This commit is contained in:
Guoqs
2024-06-07 11:33:26 +08:00
parent 94abb13a1a
commit 38a8cd884d
14 changed files with 216 additions and 71 deletions

View File

@@ -451,7 +451,7 @@ public class SysMenuServiceImpl implements SysMenuService {
* @return
*/
public String innerLinkReplaceEach(String path) {
return StringUtils.replaceEach(path, new String[]{Constants.HTTP, Constants.HTTPS},
return StringUtils.replaceEach(path, new String[]{Constants.HTTP_PREFIX, Constants.HTTPS_PREFIX},
new String[]{"", ""});
}
}