修改商户交易信息保存

This commit is contained in:
luofei 2024-03-07 11:58:55 +08:00
parent 00068f33f0
commit 614c2bd4bf

View File

@ -115,7 +115,7 @@ class FinancialRepository extends BaseRepository
// ];
// break;
}
return app()->make(MerchantRepository::class)->update($merId,[$key => json_encode($update),'financial_type' => $data['financial_type']]);
return app()->make(MerchantRepository::class)->update($merId,[$key => json_encode($update, JSON_UNESCAPED_UNICODE),'financial_type' => $data['financial_type']]);
}
public function applyForm(int $merId)