# phpMini **Repository Path**: zmwcodediy/php-mini ## Basic Information - **Project Name**: phpMini - **Description**: 小程序支付tp - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-10 - **Last Updated**: 2024-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tp 小程序支付 # 第三方支付库 ## `composer require fengkui/pay` ## 参考文档 https://docs.fengkui.net/pay/overview/fast.html # 配置参数 ## 1. extend/WxHelper/wxConfig() 配置相关参数 # 支付流程 ## 1. 登录 Index/WxLogin 获取openId ## 2. 支付 Index/createOrder 创建预支付订单 ## 3. 接受回调 Index/PayCb # 小程序段 ## web/test.vue