|
|
@ -46,8 +46,6 @@ class User extends Model |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @author whj |
|
|
|
|
|
* @date 2023-08-22 16:28 |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
public function login($data) |
|
|
public function login($data) |
|
|
{ |
|
|
{ |
|
|
@ -205,8 +203,6 @@ class User extends Model |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @author whj |
|
|
|
|
|
* @date 2023-08-30 17:31 |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
public static function decrWithdrawalBalance($user_id,$balance) |
|
|
public static function decrWithdrawalBalance($user_id,$balance) |
|
|
{ |
|
|
{ |
|
|
|