feat(API): FCM 채널명 동기화 및 config 일원화 (7채널)
- push_urgent → push_vendor_register (거래처등록) - push_payment → push_approval_request (결재요청) - push_income 신규 추가 (입금) - config/fcm.php에 전체 7개 채널 등록 (기존 2개→7개) - 서비스 파일 하드코딩을 config() 참조로 전환 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ class FcmSendCommand extends Command
|
||||
{--tenant= : 테넌트 ID (미지정 시 전체)}
|
||||
{--user= : 사용자 ID (미지정 시 전체)}
|
||||
{--platform= : 플랫폼 (android, ios, web)}
|
||||
{--channel=push_default : 알림 채널 (push_default, push_urgent)}
|
||||
{--channel=push_default : 알림 채널 (push_default, push_vendor_register, push_approval_request, push_income, push_sales_order, push_purchase_order, push_contract)}
|
||||
{--title= : 알림 제목 (필수)}
|
||||
{--body= : 알림 내용 (필수)}
|
||||
{--type= : 알림 타입 (invoice_failed 등)}
|
||||
|
||||
Reference in New Issue
Block a user