更改成为https
This commit is contained in:
@@ -377,4 +377,14 @@ public class StringUtil extends StringUtils {
|
||||
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* 密码校验
|
||||
* @param password
|
||||
* @return
|
||||
*/
|
||||
// public static String passwordCheck(String password){
|
||||
// int length = password.length();
|
||||
// if (length)
|
||||
// }
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ spring:
|
||||
|
||||
parameter:
|
||||
# 124.114.74.203本机ip http://60.205.224.68:8084
|
||||
domain: http://wxgzh.sxczgkj.cn
|
||||
domain: https://ky.sxczgkj.cn
|
||||
ALI_APP_AUTH_TOKEN: ${parameter.domain}/wap/aliPay/index
|
||||
ALI_APP_ID: 支付宝原生接入的APPID
|
||||
ALI_RATE: 0.006
|
||||
|
||||
Reference in New Issue
Block a user