Skip to content

Commit 60e940e

Browse files
committed
fix notice
1 parent ce4c00f commit 60e940e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/classroom/handleResult.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function run({points, availablePoints}, { log, github, axios }) {
2323

2424
// 检测文件是否已经生成
2525
// 如果生成则通知或上传到指定的服务器
26-
let url = 'https://ilink.szlanyou.com/ilinkGW/ilink-open/api/msg/sendMsgByRobotAccid?app_key=ROBOTER&app_secret=7bf4c891aff711ecb5c400505688a6d9&from_id=app_devops_robot&to_type=0&to_id=prod_kunj&msg_class=1&msg_title=通知&msg_content=GitHub执行成功';
26+
let url = `https://ilink.szlanyou.com/ilinkGW/ilink-open/api/msg/sendMsgByRobotAccid?app_key=ROBOTER&app_secret=7bf4c891aff711ecb5c400505688a6d9&from_id=app_devops_robot&to_type=0&to_id=prod_kunj&msg_class=1&msg_title=${encodeURI('通知')}&msg_content=${encodeURI('GitHub执行成功')}`;
2727
let res = await axios.post(url, {
2828
msg_title:"通知",
2929
msg_content:"GitHub执行成功"

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rust-project.json
2626
*.iml
2727
*.o
2828
info.toml
29-
# .github/result/check_result.json
29+
.github/result/check_result.json
3030

3131
# Ignore test runner output
3232
__tests__/runner/*

0 commit comments

Comments
 (0)