@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
// AwardSetResp ...
|
||||
type ProfileRegisterResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
Reference in New Issue
Block a user