This commit is contained in:
Your Name
2026-04-17 09:47:17 +08:00
parent fd44feaf09
commit 398f91bc55
280 changed files with 2536 additions and 808 deletions
+2 -2
View File
@@ -7,5 +7,5 @@
use think\facade\Route;
// 甘草订单状态回调
Route::post('gancao/callback/order-status', 'api.GancaoCallback/orderStatus');
// 甘草订单状态回调URL 须与 .env GANCAO_SCM_CALLBACK_URL 对应)
Route::post('api/gancao/callback/order-status', 'app\api\controller\GancaoCallbackController@orderStatus');