update upload.sh

main
old易 2024-09-27 14:46:07 +08:00
parent 68b3a60e69
commit a845704de7
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ export default {
const initWeChatLogin = () => {
nextTick(() => {
const appid = 'wxf8db44d5ec082dfc';
const redirectUri = encodeURIComponent('https://api.sso.ycymedu.com/api/syswechat/snlogin?redirect_uri=https://uat.test.ycymedu.com');
const redirectUri = encodeURIComponent('https://api.sso.ycymedu.com/api/syswechat/snlogin?redirect_uri=https://uat.zytb.ycymedu.com');
const state = Math.random().toString(36).substr(2);
new WxLogin({

View File

@ -24,7 +24,7 @@ if [ $? -eq 0 ]; then
-d '{
"msgtype": "text",
"text": {
"content": "single html| upload success!! backup to'"$BACKUP_PATH"'"
"content": "ssoweb html|upload success!! backup to'"$BACKUP_PATH"'"
}
}'
else
@ -36,7 +36,7 @@ else
-d '{
"msgtype": "text",
"text": {
"content": "single html|upload failplease check error info。"
"content": "ssoweb html|upload failplease check error info。"
}
}'
fi