curl --location --request GET '/adminapi/setting/config/wechatPaySettings' \
--header 'X-Shop-Id: 0'
{
"useWechat": 0,
"wechatMchidType": 0,
"wechatPayMchid": "string",
"wechatPaySubMchid": 0,
"wechatPayKey": "string",
"wechatPaySerialNo": "string",
"wechatPayCertificate": 0,
"wechatPayPrivateKey": 0,
"wechatPayCheckType": 0,
"wechatPayPlatformCertificate": 0,
"wechatPayPublicKeyId": "string",
"wechatPayPublicKey": 0,
"wechatMiniProgramAppId": "string",
"wechatMiniProgramSecret": "string",
"wechatPayAppId": "string",
"wechatPayAppSecret": "string"
}