|
|
@@ -146,7 +146,7 @@ type GetShareQrcodeReply struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- QrcodeUrl string `protobuf:"bytes,1,opt,name=qrcodeUrl,proto3" json:"qrcodeUrl"`
|
|
|
+ QrcodeUrl []string `protobuf:"bytes,1,rep,name=qrcodeUrl,proto3" json:"qrcodeUrl"`
|
|
|
}
|
|
|
|
|
|
func (x *GetShareQrcodeReply) Reset() {
|
|
|
@@ -181,11 +181,11 @@ func (*GetShareQrcodeReply) Descriptor() ([]byte, []int) {
|
|
|
return file_ai_proto_rawDescGZIP(), []int{2}
|
|
|
}
|
|
|
|
|
|
-func (x *GetShareQrcodeReply) GetQrcodeUrl() string {
|
|
|
+func (x *GetShareQrcodeReply) GetQrcodeUrl() []string {
|
|
|
if x != nil {
|
|
|
return x.QrcodeUrl
|
|
|
}
|
|
|
- return ""
|
|
|
+ return make([]string, 0)
|
|
|
}
|
|
|
|
|
|
type GetAIShareMessageRequest struct {
|
|
|
@@ -2096,7 +2096,7 @@ var file_ai_proto_rawDesc = []byte{
|
|
|
0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x72, 0x6f, 0x62, 0x6f, 0x74,
|
|
|
0x49, 0x64, 0x22, 0x33, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x51, 0x72,
|
|
|
0x63, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x71, 0x72, 0x63,
|
|
|
- 0x6f, 0x64, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x71, 0x72,
|
|
|
+ 0x6f, 0x64, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x71, 0x72,
|
|
|
0x63, 0x6f, 0x64, 0x65, 0x55, 0x72, 0x6c, 0x22, 0x4c, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x41, 0x49,
|
|
|
0x53, 0x68, 0x61, 0x72, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
|
0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20,
|