1 Star 0 Fork 71

jee/project_1673379

forked from DuxWeb/DuxSHOP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
send.sh 227 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
step=2 #间隔的秒数,不能大于60
for (( i = 0; i < 60; i=(i+step) )); do
$(curl 'http://wx.hnhgtx.com/a/tools/Send/index')
$(curl 'http://wx.hnhgtx.com/a/huitong/auto')
sleep $step
done
exit 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jempson/DuxSHOP.git
git@gitee.com:jempson/DuxSHOP.git
jempson
DuxSHOP
project_1673379
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385