# thinkphp-bjyadmin **Repository Path**: hongweizhiyuan/thinkphp-bjyadmin ## Basic Information - **Project Name**: thinkphp-bjyadmin - **Description**: test - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-11-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #微信公众号支付 ## 1、文件结构 ``` ├─Application │ ├─Api │ │ ├─Controller │ │ │ │─WeixinpayController.class.php 微信公众号支付 │ │ │ │ │─public function notify() notify_url接收页面 │ │ │ │ │─public function pay() 公众号支付 │ ├─Common │ │ ├─Conf │ │ │ │ │─config.php 配置文件 │ │ ├─Common │ │ │ │─function.php │ │ │ │ │─function curl_get_contents($url) 使用curl获取远程数据 ├─tpl │ ├─Api │ │ ├─Weixinpay │ │ │ │─pay.html 支付页面 ```