# Pull Weixin Mini Program information interface
# Dxplaination of Interface Call Request
http请求方式:POST
https://api.weixin.qq.com/shop/wxpay/get_info?access_token=xxxxxxxxx
# Example of request parameters
{}
# Examples of back-up
{
"errcode": 0,
"pay_req": {
"organization_type": "2",
"business_license_info": {
"business_license_number": "32784238MA5CN4WK0D",
"merchant_name": "魅力广州"
},
"contact_info": {
"contact_name": "**海",
"contact_id_card_number": "43***************1",
"mobile_phone": "186******02"
},
"sales_scene_info": {
"store_name": "魅力广州A",
"mini_program_sub_appid": "wx50808a0fa3b8abca"
},
"merchant_shortname": "魅力广州"
}
}