Skip to content

保险商户查询保险扣费周期列表

商户可通过本接口查询已经签订的保险自动续费协议对应的扣费周期列表。 官方文档

js
wxpay
.
v3
.
papay
.
insuranceSign
.
policy_periods
.
planId
.
_plan_id_
.
outContractCode
.
_out_contract_code_
.
get
({
out_contract_code
,
plan_id
,
params
,
}) .
then
(
({
data
: {
data
,
limit
,
offset
,
total_count
,
}, }) => ({
data
,
limit
,
offset
,
total_count
,
}) )

Released under the MIT License. (SITEMAP)