feat : wx login
This commit is contained in:
@@ -32,8 +32,8 @@ class UserThird extends Model
|
||||
*/
|
||||
protected array $casts = ['id' => 'integer', 'user_id' => 'integer', 'type' => 'integer'];
|
||||
|
||||
const CREATED_AT = false;
|
||||
const UPDATED_AT = false;
|
||||
const CREATED_AT = null;
|
||||
const UPDATED_AT = null;
|
||||
|
||||
/**
|
||||
* @param string $openId
|
||||
|
||||
Reference in New Issue
Block a user