Skip to content

Commit f485c59

Browse files
Update
1 parent 92fed92 commit f485c59

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

jd_a.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
console.log('a')
1+
const axios = require('axios')
2+
3+
axios.get('https://api.jdsharecode.xyz/api/userNum').then(_ => {
4+
console.log('ok')
5+
}).catch(e => {
6+
console.log(e)
7+
})

0 commit comments

Comments
 (0)