/
home
/
pay
/
server
/
app
/
Models
/
File Upload :
llllll
Current File: /home/pay/server/app/Models/Cnt.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Cnt extends Model { use HasFactory; protected $table = 'const'; protected $fillable = [ 'key', 'title_fa', 'value', 'value_json' ]; protected $casts = [ 'value_json'=>'array' ]; public function liman_login(){ $liman = Http::post('https://liman.gold/server/auth/login', [ 'mobile' => '09124871664',//شماره اکانت اپلیکیشن هنزا تو لیمان ایدی 1377 'password' => 'monTech@1393', 'provider' => 'customer', 'type_app' => 'client', ])->json(); Cnt::where('key', 'liman')->update(['value' => $liman['access_token']]); return $liman['access_token']; } }
Copyright ©2k19 -
Hexid
|
Tex7ure