GET promotion/get_my_lottery_data?client_id={client_id}&shop_id={shop_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
client_id | integer |
Required |
|
shop_id | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
DataResponseOfMyLotteryDataViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | MyLotteryDataViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": { "joined_count": 1, "win_count": 2, "my_count": 3 } }