# xiongmaolvshi **Repository Path**: nsdictionary/xiongmaolvshi ## Basic Information - **Project Name**: xiongmaolvshi - **Description**: 熊猫律师接口 - 微信 - 管理系统 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-11-21 - **Last Updated**: 2025-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: 律师 ## README 熊猫律师 =============== > 运行环境要求PHP7.4 ### 添加支付方式 > 1.继承 \app\index\service\payments\PaymentInterface 接口 > 2.配置文件 payment.php 里面,添加设置 ### 订单状态 > 付款状态 payStatus UNPAID 待付款 PAID 已付款 CANCELLED 已取消 > 退款状态 refundStatus NOTREFUND 不退款 UNREFUNDED 待退款 REFUNDING 退款中 REFUNDED 已退款 > 退款审核 refundCheckStatus UNCHECKED 待审核 AGREED 同意 REJECTED 拒绝 > 核销状态 useStatus UNUSED 待使用 USED 已使用 > 结算状态 settleStatus NOTSETTLE 不需要结算 UNSETTLED 待结算 SETTLING 结算中 SETTLED 已结算