Commit ff5a90ab authored by zw's avatar zw

bug

parent b8322321
......@@ -28,8 +28,10 @@ class BrokerService
* @param string $model
* @param int $type 0提交记录到后台, 1仅仅判断
* @param string $push_id
* @param int $is_pc 0 app 1pc端
* @param int $is_pc
* @return bool
* @throws \Exception
* @throws \think\Exception
*/
public function judgeBand(string $device_id, int $agent_id, string $model, int $type, string $push_id, int $is_pc): bool
{
......
......@@ -146,7 +146,7 @@ class DailyPaper extends Basic
$private_bank = $params["private_bank"];
$family_pay = $params["family_pay"];
$cash = $params["cash"];
$pos = $params["agent_id"];
$pos = $params["pos"];
$other_bank = $params["other_bank"];
$remark = $params["remark"];
$operation_status = $params["operation_status"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment