[
0
]curl --location --request POST 'https://test.jiuyun.pro/api/uc/v1/platform/getWechatServiceProviderList' \
--header 'Content-Type: application/json' \
--data-raw '[
0
]'{
"errCode": 0,
"errMsg": "string",
"data": [
{
"id": 0,
"wechatProviderName": "string",
"appKey": "string",
"providerAccount": "string",
"serialNo": "string",
"privateKey": "string",
"createTime": "2019-08-24T14:15:22.123Z"
}
]
}