GET event/get_shop_stick_list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DataResponseOfListOfShopRowViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | Collection of ShopRowViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": [ { "client_id": 1, "shop_id": 2, "view_count": 3, "car_count": 4, "head_image_path": "sample string 5", "app_logo": "sample string 6", "trading_name": "sample string 7", "shop_name": "sample string 8", "domain": "sample string 9", "url": "http://sample string 9", "location": "sample string 10", "contact_phone": "sample string 11", "home_page_screen_image_path": "sample string 12" }, { "client_id": 1, "shop_id": 2, "view_count": 3, "car_count": 4, "head_image_path": "sample string 5", "app_logo": "sample string 6", "trading_name": "sample string 7", "shop_name": "sample string 8", "domain": "sample string 9", "url": "http://sample string 9", "location": "sample string 10", "contact_phone": "sample string 11", "home_page_screen_image_path": "sample string 12" } ] }