ソースを参照

ポーリング時の項目変換処理を追加

develop
sosuke.iwabuchi 1年前
コミット
34bf18428b
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      app/Logic/SMS/FourSMessageManager.php

+ 1
- 0
app/Logic/SMS/FourSMessageManager.php ファイルの表示

@@ -252,6 +252,7 @@ class CommunicationData

// 空文字の場合があるので、数値にキャストする
$record['success_count'] = intVal($record['success_count']);
$record['message_count'] = intVal($record['message_count']);

$ele = SMSProviderFourSMessageCommunication::whereRequestId($requestId)
->firstOrFail();


読み込み中…
キャンセル
保存