Files
sx-fc/app/views/api/customers/get_customer_by_account.json.jbuilder
2023-10-17 16:52:12 +06:30

9 lines
115 B
Ruby

if @customer.present?
json.status true
else
json.status false
json.message @message
end
json.data @customer