View Source WeChat.InvoicingPlatform (wechat v0.16.0)
开票平台
Summary
Functions
@spec create_card(WeChat.client(), body :: map()) :: WeChat.response()
创建发票卡券模板 - 官方文档
@spec get_pdf(WeChat.client(), body :: map()) :: WeChat.response()
查询已上传的PDF文件 - 官方文档
@spec get_url(WeChat.client()) :: WeChat.response()
获取自身的开票平台识别码 - 官方文档
@spec insert(WeChat.client(), body :: map()) :: WeChat.response()
将电子发票卡券插入用户卡包 - 官方文档
@spec set_pdf(WeChat.client(), body :: map()) :: WeChat.response()
上传PDF - 官方文档
@spec update_status(WeChat.client(), body :: map()) :: WeChat.response()
更新发票卡券状态 - 官方文档