|
@@ -27,8 +27,9 @@ type OutLinkItem struct {
|
|
}
|
|
}
|
|
|
|
|
|
type OutLinkListResp struct {
|
|
type OutLinkListResp struct {
|
|
- List []*OutLinkItem
|
|
|
|
- Paging *paging.PagingItem `description:"分页数据"`
|
|
|
|
|
|
+ List []*OutLinkItem
|
|
|
|
+ UserCode string
|
|
|
|
+ Paging *paging.PagingItem `description:"分页数据"`
|
|
}
|
|
}
|
|
|
|
|
|
type OutLinkSaveReq struct {
|
|
type OutLinkSaveReq struct {
|