Commit 04a9fa4c by 杨树贤

修改

parent e732be78
Showing with 4 additions and 5 deletions
......@@ -13,9 +13,10 @@
use App\Model\RedisModel;
use App\Http\Services\CrmService;
use App\Http\Services\SkuService;
use App\Model\SupplierChannelModel;
use App\Http\Services\CompanyService;
use App\Http\Services\CrmService;
use Illuminate\Support\Facades\Route;
use App\Http\Services\DepartmentService;
......@@ -88,9 +89,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
Route::match(['get', 'post'], '/test', function () {
$list = CrmService::getSignCompanyList();
dd($list);
\App\Model\SupplierChannelModel::where('supplier_id', 9033)->update([
'supplier_name' => 'Telsys Ltd.',
SupplierChannelModel::where('supplier_id', 15537)->update([
'yunxin_channel_uid' => 0,
]);
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment