Skip to content

Instantly share code, notes, and snippets.

@littlekfc
Last active June 1, 2018 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save littlekfc/7702e844fd8574441f06fd5fa2f05c11 to your computer and use it in GitHub Desktop.
Save littlekfc/7702e844fd8574441f06fd5fa2f05c11 to your computer and use it in GitHub Desktop.
【般若·哈希】联合运营活动API

prochain

获取用户奖励信息API:https://candy.mimidao.net/hsc/reward?code=12323

正常返回:

{
    "message":"success",
    "code":0,
    "id":0,
    "result":{
        "invite_amount":10, #共邀请进群人数
        "register_amount":5 #有效注册人数
        "wx_id" : "littlekfc" #weixin ID
    }
}

用户不存在:

{
    "message":"failed",
    "code":404,
    "id":0,
    "result":"user not found"
}

HSC

提供查询code注册信息API: 有效code:返回注册的手机号码或者邮箱; 无效code:返回该code不存在

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment