修改商户交易信息保存
This commit is contained in:
parent
00068f33f0
commit
614c2bd4bf
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user