add
This commit is contained in:
@@ -36,7 +36,8 @@ const routes = [
|
||||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
routes
|
||||
routes,
|
||||
mode:'history'
|
||||
})
|
||||
|
||||
export default router
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
|
||||
devServer: {
|
||||
port: 8888,
|
||||
disableHostCheck: true,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://127.0.0.1:7946',
|
||||
|
||||
@@ -89,7 +89,7 @@ public class RegistrationController {
|
||||
// 发送短信通知
|
||||
String smsUrl = "http://172.27.77.221:8060/send";
|
||||
|
||||
String text = "【国家电网】尊敬的" + registration.getCustomerName() + ",感谢您的支持!您咨询的业务办理详情可点击:" + "http://192.168.32.24:8080/#/getfile/"+urlPath+"查阅。";
|
||||
String text = "【国家电网】尊敬的" + registration.getCustomerName() + ",感谢您的支持!您咨询的业务办理详情可点击以下链接进行查阅:" + "https://api.u1552261.nyat.app:13523/getfile/"+urlPath;
|
||||
String fullUrl = smsUrl + "?password=1&recipient=" + registration.getContact() + "&text=" + URLEncodeUtil.encode(text) + "&encoding=U";
|
||||
String response = HttpUtil.get(fullUrl);
|
||||
// 解析 XML 响应
|
||||
|
||||
Reference in New Issue
Block a user