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