feat: move miniapp server project
This commit is contained in:
parent
4a940f28ba
commit
96d9063b13
178 changed files with 9699 additions and 5044 deletions
9
sh/zhihuitb_SegmentBody_01.sh
Normal file
9
sh/zhihuitb_SegmentBody_01.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
while true; do
|
||||
if [ -f "stop.flag" ]; then
|
||||
break
|
||||
fi
|
||||
curl http://127.0.0.1/index.php/sys/auto_deal_type_SegmentBody_01 -H 'Host:zhihuitb.zhonganonline.top' | sh
|
||||
sleep 1;
|
||||
done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue