- 接口地址:http://域名/data/v1/data/sock
```
message ReqDataConstituentStock{
int64 startTime = 1; //指點時間
}
message RspDataConstituentStock{
int32 code = 1; //狀態碼(20000:成功)
string message = 2; //錯誤消息內容
repeated string listConstituentStock = 3; //滬深300成分股列表
}
```
>