update upload.sh
parent
68b3a60e69
commit
a845704de7
|
|
@ -71,7 +71,7 @@ export default {
|
||||||
const initWeChatLogin = () => {
|
const initWeChatLogin = () => {
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
const appid = 'wxf8db44d5ec082dfc';
|
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);
|
const state = Math.random().toString(36).substr(2);
|
||||||
|
|
||||||
new WxLogin({
|
new WxLogin({
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ if [ $? -eq 0 ]; then
|
||||||
-d '{
|
-d '{
|
||||||
"msgtype": "text",
|
"msgtype": "text",
|
||||||
"text": {
|
"text": {
|
||||||
"content": "single html| upload success!!! backup to'"$BACKUP_PATH"'"
|
"content": "ssoweb html|upload success!!! backup to'"$BACKUP_PATH"'"
|
||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
else
|
else
|
||||||
|
|
@ -36,7 +36,7 @@ else
|
||||||
-d '{
|
-d '{
|
||||||
"msgtype": "text",
|
"msgtype": "text",
|
||||||
"text": {
|
"text": {
|
||||||
"content": "single html|upload fail,please check error info。"
|
"content": "ssoweb html|upload fail,please check error info。"
|
||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue