photo_point and cppoint were reverted to checkin_point
This commit is contained in:
@ -60,7 +60,7 @@ class LocationSerializer(serializers.ModelSerializer):
|
||||
# 基本フィールド
|
||||
'id', 'cp_number', 'event', 'cp_name', 'sub_loc_id', 'subcategory',
|
||||
'latitude', 'longitude', 'location', 'address',
|
||||
'cp_point', 'photo_point', 'buy_point',
|
||||
'checkin_point', 'buy_point',
|
||||
'checkin_radius', 'auto_checkin',
|
||||
'shop_closed', 'shop_shutdown', 'opening_hours',
|
||||
'phone', 'website', 'description', 'remark',
|
||||
|
||||
Reference in New Issue
Block a user