소스 검색

update Refund.sh.

xdc 5 년 전
부모
커밋
d981d027e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Refund.sh

+ 1 - 1
Refund.sh

@@ -6,7 +6,7 @@ set -xe
 
 
 while :
 while :
 do
 do
-refund=`tail -n 100 /root/server.log|grep Refund|awk '{print $6}'|sort|uniq`
+refund=`tail -n 300 /root/server.log|grep Refund|awk '{print $6}'|sort|uniq`
 for id in $refund
 for id in $refund
 do
 do
 curl -i -H "Accept:application/json" -X POST -d "{\"user_id\":855,\"game_id\":177,\"refund_id\":\"${id}\"}" http://onlyellow.cstor.cn:18888/launch_refund
 curl -i -H "Accept:application/json" -X POST -d "{\"user_id\":855,\"game_id\":177,\"refund_id\":\"${id}\"}" http://onlyellow.cstor.cn:18888/launch_refund