Commit 395be6df authored by 智勇's avatar 智勇

fix

parent 600dda0f
...@@ -30,7 +30,7 @@ result=$(echo $resp | grep "成功") ...@@ -30,7 +30,7 @@ result=$(echo $resp | grep "成功")
if [ -n "$result" ];then if [ -n "$result" ];then
token=`echo $resp | jq ".data.token" | sed "s/\"//g"` token=`echo $resp | jq ".data.token" | sed "s/\"//g"`
#echo "token: $token" #echo "token: $token"
echo "$date http://xyqb_domain/app-landing?token=$token&registerFrom=$registerFrom&channelId=1" echo "$date http://$xyqb_domain/app-landing?token=$token&registerFrom=$registerFrom&channelId=1"
else else
echo "获取token失败,请检查$ip的xyqb和cash-loan-flow" echo "获取token失败,请检查$ip的xyqb和cash-loan-flow"
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment