|
|
@@ -78,6 +78,7 @@ Route::group(['middleware'=> ['CheckU8']],function ($route){
|
|
|
$route->any('purchaseOrderGet', 'Api\TestController@purchaseOrderGet');
|
|
|
$route->any('materialAddU8', 'Api\TestController@materialAddU8')->middleware('U8Deal');
|
|
|
$route->any('productInAddU8', 'Api\TestController@productInAddU8')->middleware('U8Deal');
|
|
|
+ $route->any('productInAddU8New', 'Api\TestController@productInByZj')->middleware('U8Deal');
|
|
|
$route->any('purchaseInAddU8', 'Api\TestController@purchaseInAddU8')->middleware('U8Deal');
|
|
|
$route->any('otherInAddU8', 'Api\TestController@otherInAddU8')->middleware('U8Deal');
|
|
|
$route->any('dispatchAddU8', 'Api\TestController@dispatchAddU8')->middleware('U8Deal');
|