|
|
@@ -146,4 +146,9 @@ Route::group(['prefix' => 'configuration'],function(){
|
|
|
Route::delete('{id}','ConfigurationController@destroyApi');
|
|
|
});
|
|
|
|
|
|
-
|
|
|
+/** 服务商 */
|
|
|
+Route::group(['prefix'=>'facilitator'],function(){
|
|
|
+ Route::post('store','DischargeProviderController@storeApi');
|
|
|
+ Route::put('update','DischargeProviderController@updateApi');
|
|
|
+ Route::delete('destroy','DischargeProviderController@destroyApi');
|
|
|
+});
|