修正 Telegram 控制器與帳戶服務相關邏輯
This commit is contained in:
@@ -30,4 +30,11 @@ public static function AddIncome($data){
|
||||
}
|
||||
}
|
||||
|
||||
// public static function UpdateUser($data){
|
||||
// return UserAccount::where([
|
||||
// 'chat_id' => $data['chat_id'],
|
||||
// 'user_id' => $data['user_id'],
|
||||
// ])->update('balance', $data['amount']);
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user