IOS获取苹果内购项目 - JianCongwen/Interface GitHub Wiki

  • 接口地址:/api/v2/purchase
  • 请求方式: GET
  • 返回: { "errcode":0, "errmsg":"OK", "result":{ "allow":1000, "collect":[ { "productId":"bx_recharge100", "price":"128", "desc":"100健康豆" }, { "productId":"bx_recharge300", "price":"388", "desc":"300健康豆" }, { "productId":"bx_recharge500", "price":"648", "desc":"500健康豆" }, { "productId":"bx_recharge800", "price":"1048", "desc":"800健康豆" } ] } }
  • 返回值意义: allow 还可充值金额 collect 内购项目