|
@@ -495,7 +495,7 @@ Route::group(config('admin.api_merchant_prefix') . '/', function () {
|
|
495
|
// 1688订单售后原因
|
495
|
// 1688订单售后原因
|
|
496
|
Route::get('refundReasonList','/refundReasonList');
|
496
|
Route::get('refundReasonList','/refundReasonList');
|
|
497
|
// 1688订单提交售后
|
497
|
// 1688订单提交售后
|
|
498
|
- Route::post('refund/submitAli', '/submitAli')->name('systemStoreRefundOrderSubmitAli');
|
|
|
|
|
|
498
|
+ Route::post('submitAli', '/submitAli');
|
|
499
|
})->prefix('merchant.store.order.RefundOrder');
|
499
|
})->prefix('merchant.store.order.RefundOrder');
|
|
500
|
|
500
|
|
|
501
|
Route::group('statistics', function () {
|
501
|
Route::group('statistics', function () {
|