mirror of
https://gitee.com/technical-laohu/mpay_v2_webman.git
synced 2026-04-23 10:34:25 +08:00
1. 完善易支付API调用全流程
2. 确定支付插件继承基础类和接口规范 3. 引入Yansongda\Pay支付快捷工具 4. 重新整理代码和功能结构
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
use Webman\Route;
|
||||
use app\http\api\controller\EpayController;
|
||||
use app\http\api\middleware\EpayAuthMiddleware;
|
||||
|
||||
Route::group('', function () {
|
||||
// 页面跳转支付
|
||||
@@ -17,4 +16,4 @@ Route::group('', function () {
|
||||
|
||||
// API接口
|
||||
Route::get('/api.php', [EpayController::class, 'api']);
|
||||
})->middleware([EpayAuthMiddleware::class]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user