update upload.sh
parent
68b3a60e69
commit
a845704de7
|
|
@ -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({
|
||||
|
|
|
|||
|
|
@ -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 fail,please check error info。"
|
||||
"content": "ssoweb html|upload fail,please check error info。"
|
||||
}
|
||||
}'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue