API Key와 Registraion Id가 정확한지 테스트를 하기 위한 테스트 쉘 스크립트.

응답 값을 확인


#!/bin/bash


api_key=$1

reg_id=$2

echo "api_key= $1"

echo "reg_id= $2"


curl --header "Authorization: key=$api_key" --header Content-Type:"application/json" https://android.googleapis.com/gcm/send  -d "{\"registration_ids\":[\"$reg_id\"],\"data\":{\"code\":123}}"

echo


'java > test' 카테고리의 다른 글

JMeter 테스트 생성  (0) 2014.08.19
jmeter 테스트 - JavaRequest, Remote Start  (0) 2013.04.15
jmeter 테스트 - 생성  (0) 2013.04.15

+ Recent posts