curl 命令如下:
curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"phone": "18000011005","password": "xxxxx", "status":40,"order_no":"1998708","config":{"loading":true},"data": "123", "appVersion": "1.2.3","CHEN_ZHE_TEST_ONE_TWO_THREE": 1}'? http://192.168.57.80/mjyx-mall-gateway2/web/index.php/auth/login
設(shè)置POST Header
-H "Accept: application/json" -H "Content-type: application/json" -X POST -d?
請(qǐng)求參數(shù) parames
'{"phone": "18000011005","password": "xxxxx", "status":4,"order_no":"1998708","config":{"loading":true},"data": "123", "appVersion": "1.2.3","CHEN_ZHE_TEST_ONE_TWO_THREE": 1}'?
請(qǐng)求路徑 URL
http://192.168.57.80/gateway/login