otto 6 months ago
parent
commit
b15a743c14
  1. 2
      advert_gateway/v1/advert_gateway.pb.go
  2. 2
      advert_gateway/v1/advert_gateway.proto
  3. 2
      advert_gateway/v1/advert_gateway.swagger.json
  4. 2
      advert_gateway/v1/advert_gateway.swagger.yaml

2
advert_gateway/v1/advert_gateway.pb.go

@ -1182,7 +1182,7 @@ type GetPrizeRecordListResp_Item struct {
PrizeName string `protobuf:"bytes,2,opt,name=prize_name,json=prizeName,proto3" json:"prize_name"`
// 奖品类型 1:礼物 2:装扮 3:黄钻 4:紫钻
DressUpType int32 `protobuf:"varint,3,opt,name=dress_up_type,json=dressUpType,proto3" json:"dress_up_type"`
// 礼包类型
// 活动规则
ActivityRuleId int64 `protobuf:"varint,4,opt,name=activity_rule_id,json=activityRuleId,proto3" json:"activity_rule_id"`
}

2
advert_gateway/v1/advert_gateway.proto

@ -237,7 +237,7 @@ message GetPrizeRecordListResp {
// 1: 2: 3: 4:
int32 dress_up_type = 3;
//
//
int64 activity_rule_id = 4;
}

2
advert_gateway/v1/advert_gateway.swagger.json

@ -319,7 +319,7 @@
"activity_rule_id": {
"type": "string",
"format": "int64",
"title": "礼包类型"
"title": "活动规则"
}
}
},

2
advert_gateway/v1/advert_gateway.swagger.yaml

@ -213,7 +213,7 @@ definitions:
activity_rule_id:
type: string
format: int64
title: 礼包类型
title: 活动规则
advert_gatewayv1CreateActivityRecordReq:
type: object
properties:

Loading…
Cancel
Save