Modules\WechatPay\Http\Controllers\Admin\PayController::setConfigAuthorization: Bearer ********************{
"wx_mch_id": "string",
"wx_mch_key": "string",
"cert_public": "string",
"cert_private": "string",
"platform_public_key_serial_no": "string",
"platform_public_key": "string"
}curl --location '/adminapi/wechat-pay/pay/setConfig' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"wx_mch_id": "string",
"wx_mch_key": "string",
"cert_public": "string",
"cert_private": "string",
"platform_public_key_serial_no": "string",
"platform_public_key": "string"
}'{
"code": 200,
"message": "",
"data": null
}