评论

小程序付费能力的用量告警事件开发踩坑经历

小程序付费能力的用量告警事件开发踩坑经历

官方公告文档

https://docs.qq.com/doc/DZWJxUEhvY3BPTHdr?u=998f8b9848d2419d8f813b9d9af82d23

5.5 小程序付费能力用量告警事件

https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/charge/callback/charge_mp_service_quota_notify.html

5.6 小程序付费能力用量到期事件

https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/charge/callback/charge_mp_service_validity_notify.html

5.5 代开发服务商:小程序付费能力用量告警事件

https://developers.weixin.qq.com/doc/oplatform/service_market/charge/callback/charge_open_service_quota_notify.html

5.6 代开发服务商:小程序付费能力用量到期事件

https://developers.weixin.qq.com/doc/oplatform/service_market/charge/callback/charge_open_service_validity_notify.html


警告接收地址确认

服务商【消息与事件接收配置URL地址】



第三方平台账号接收小程序付费能力的用量告警事件-数据包格式示例

https://developers.weixin.qq.com/doc/oplatform/service_market/charge/callback/charge_open_service_quota_notify.html

{
    "total_used_quota":"8",
    "spu_name":"手机号快速验证组件",
    "total_quota":"10",
    "CreateTime":"1692183997",
    "ToUserName":"gh_*****50e85",
    "MsgType":"event",
    "msgSignature":"f4b6041f93*****fe36080f0e",
    "nonce":"1744561175",
    "timeStamp":"1692183997",
    "event_type":"3",
    "appid":"wx15*****8ba",
    "Event":"charge_service_quota_notify",
    "FromUserName":"oui7g****Ia2Fkxg",
    "spu_id":"10000077"
}




附录

●小程序消息推送配置:https://developers.weixin.qq.com/miniprogram/dev/framework/server-ability/message-push.html

●第三方平台消息推送配置:

https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/operation/thirdparty/config.html

5.1 服务商:资源分配结果事件

https://developers.weixin.qq.com/doc/oplatform/service_market/charge/callback/charge_sp_assign.html

5.2 服务商:取消分配结果事件

https://developers.weixin.qq.com/doc/oplatform/service_market/charge/callback/charge_sp_cancel_assign.html

5.3 服务商订单用量告警事件

https://developers.weixin.qq.com/doc/oplatform/service_market/charge/callback/charge_sp_service_quota_notify.html

5.4 服务商订单到期告警事件

https://developers.weixin.qq.com/doc/oplatform/service_market/charge/callback/charge_sp_service_validity_notify.html

5.5 小程序付费能力用量告警事件

https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/charge/callback/charge_mp_service_quota_notify.html

5.6 小程序付费能力用量到期事件

https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/charge/callback/charge_mp_service_validity_notify.html

5.5 代开发服务商:小程序付费能力用量告警事件

https://developers.weixin.qq.com/doc/oplatform/service_market/charge/callback/charge_open_service_quota_notify.html

5.6 代开发服务商:小程序付费能力用量到期事件

https://developers.weixin.qq.com/doc/oplatform/service_market/charge/callback/charge_open_service_validity_notify.html



最后一次编辑于  2023-09-01  
点赞 0
收藏
评论

3 个评论

  • 阿巴阿巴
    阿巴阿巴
    2023-09-04

    1、营业执照

    2、营业执照法人的身份证正反面

    3、小程序管理员身份证正反面

    4、手机号码请填写主体负责人、应急联系人本人使用的有效手机号码,需保持电话畅通,不同人不能使用同一个号码

    选择地区、详细地址,请填写实际通讯地址。

    上传有效证件原件的彩色扫描件或拍照件,请保持图片清晰完整、不遮挡关键信息/图像、边角齐全,证件有效期大于1个月。

    人脸核身时,请确认背景为纯白色,保持表情自然、无闭眼,穿着得体,不遮挡面部。

    小程序备案操作指引:https://developers.weixin.qq.com/miniprogram/product/record/guidelines.html

    备案资料示例参考:https://developers.weixin.qq.com/miniprogram/product/record/record_material.html

    备案工信部短信核验指引:https://developers.weixin.qq.com/miniprogram/product/record/record_material.html

    2023-09-04
    赞同 1
    回复
  • HV
    HV
    01-12

    (余量为 20%/10%/5%/0%) 这个到底是总spu 的余量,还是spu某个加购资源包的余量?

    01-12
    赞同
    回复
  • 蒲公英的约定
    蒲公英的约定
    2023-09-04

    大佬,用量告警event是:charge_service_quota_notify, 有效期告警event呢,也是这个吗?

    2023-09-04
    赞同
    回复 4
    • 阿巴阿巴
      阿巴阿巴
      2023-09-05
      你说的那个文档的?
      2023-09-05
      回复
    • 阿巴阿巴
      阿巴阿巴
      2023-09-05
      1、未来额度不足(余量为 20%/10%/5%/0%)或临近到期(有效期到期 前15天/7天/3天/1天/到期时间) 
      2、我上面给到数据包是(余量为 20%/10%/5%/0%)这个推送地址的返回数据包示例。
      3、(有效期到期 前15天/7天/3天/1天/到期时间) 这个目前还没示例,因为服务商内部技术客服也不知道
      2023-09-05
      回复
    • 蒲公英的约定
      蒲公英的约定
      2023-09-06回复阿巴阿巴
      从url有效期,盲猜是charge_service_validity_notify
      2023-09-06
      回复
    • 阿巴阿巴
      阿巴阿巴
      01-16回复蒲公英的约定
      你收到过吗
      01-16
      回复
登录 后发表内容