|
@@ -55,10 +55,10 @@ class QappTikTokUserCharge implements ShouldQueue
|
|
|
'amount' => (float)$this->reportParams->amount,
|
|
|
'pay_time' => (string)$this->reportParams->pay_time,
|
|
|
'type' => (string)$this->reportParams->type,
|
|
|
- 'book_id' => $this->reportParams->book_id,
|
|
|
- 'book_name' => $this->reportParams->book_name,
|
|
|
- 'molecule' => $this->reportParams->molecule,
|
|
|
- 'denominator' => $this->reportParams->denominator,
|
|
|
+ 'book_id' => (string)$this->reportParams->book_id,
|
|
|
+ 'book_name' => (string)$this->reportParams->book_name,
|
|
|
+ 'molecule' => (int)$this->reportParams->molecule,
|
|
|
+ 'denominator' => (int)$this->reportParams->denominator,
|
|
|
'source' => 'zsy',
|
|
|
'send_order_id' => $this->reportParams->send_order_id,
|
|
|
];
|