短信签名

This commit is contained in:
fl 2025-06-05 09:30:40 +08:00
parent 6549288483
commit ba169625aa
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ function gainCode(){
for(var i=0;i<4;i++){
random+=parseInt(Math.random()*(9+1),10);
}
var content="【云送实名制管理系统】您的验证码为:"+random+",有效期为5分钟,若非本人操作,请勿泄露。";
var content="【博诺思】您的验证码为:"+random+",有效期为5分钟,若非本人操作,请勿泄露。";
$.ajax({
type: 'POST',
url:"http://api.ktsms.cn/sms_token",

View File

@ -64,7 +64,7 @@ function gainCode(){
for(var i=0;i<4;i++){
random+=parseInt(Math.random()*(9+1),10);
}
var content="【云送实名制管理系统】您的验证码为:"+random+",有效期为5分钟,若非本人操作,请勿泄露。";
var content="【博诺思】您的验证码为:"+random+",有效期为5分钟,若非本人操作,请勿泄露。";
var json = {
mobile: phonenumber,//phonenumber

View File

@ -1,6 +1,6 @@
系统部署注意事项
1.修改publicJs.js
2.IpAndPathConfig环境配置更换一下
2. IpAndPathConfig 环境配置更换一下
3.勾选prod环境
4.file的FFmpeg路径修改
5.PersonComprehensiveController 中的 downloads 方法修改一下“获取操作系统类型并确定基础路径”