mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
支付宝参数设置
This commit is contained in:
@@ -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[]{"", ""});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user