#!/bin/bash
post_url='https://test.com/post_json'
post_ip='sdsdsd'
post_mac='sdsddcxvxcvcvcv'
post_user='root'
PASSWORD='dssdsdsd'
#用单引号
curl -i -X POST -H "'Content-type':'application/json'" -d '{"post_ip":"'$post_ip'","post_mac":"'$post_mac'","post_user":"'$post_user'","PASSWORD":"'$PASSWORD'"}' $post_url

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Captcha Code