SO
V2EX  ›  问与答

instapush 怎么使用

  •  
  •   SO · Sep 10, 2014 · 4313 views
    This topic created in 4301 days ago, the information mentioned may be changed or developed.
    看官方的教程看不懂,请求指导
    1 replies    2015-04-13 11:45:13 +08:00
    whatsdjgpp
        1
    whatsdjgpp  
       Apr 13, 2015
    #!/bin/sh
    msg=$1
    curl -X POST \
    -H "x-instapush-appid: 你自己的appid" \
    -H "x-instapush-appsecret: 你自己的密钥" \
    -H "Content-Type: application/json" \
    -d '{"event":"你自己定义的Event名称","trackers":{"message":"自定义消息"}}' \
    https://api.instapush.im/v1/post
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   799 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 20:46 · PVG 04:46 · LAX 13:46 · JFK 16:46
    ♥ Do have faith in what you're doing.