Updata:解决冲突
This commit is contained in:
commit
c989ca46c3
@ -64,6 +64,7 @@ func GetQuestionnaireSurveyList(req *bundle.GetQuestionnaireSurveyListRequest) (
|
|||||||
return &bundle.SurveyListInfo{
|
return &bundle.SurveyListInfo{
|
||||||
UserName: m.UserName,
|
UserName: m.UserName,
|
||||||
UserTel: m.UserTel,
|
UserTel: m.UserTel,
|
||||||
|
UserNum: m.UserNum,
|
||||||
SurveyTitle: m.SurveyTitle,
|
SurveyTitle: m.SurveyTitle,
|
||||||
SurveyStatus: int32(m.SurveyStatus),
|
SurveyStatus: int32(m.SurveyStatus),
|
||||||
SurveyUrl: m.SurveyUrl,
|
SurveyUrl: m.SurveyUrl,
|
||||||
|
|||||||
@ -2463,9 +2463,10 @@ message GetQuestionnaireSurveyListRequest{
|
|||||||
message SurveyListInfo{
|
message SurveyListInfo{
|
||||||
string userName = 1;
|
string userName = 1;
|
||||||
string userTel = 2;
|
string userTel = 2;
|
||||||
string surveyTitle = 3;
|
string userNum = 3;
|
||||||
int32 surveyStatus = 4;
|
string surveyTitle = 4;
|
||||||
string surveyUrl = 5;
|
int32 surveyStatus = 5;
|
||||||
|
string surveyUrl = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetQuestionnaireSurveyListResponse{
|
message GetQuestionnaireSurveyListResponse{
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user