正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -2,14 +2,14 @@ package allied_creation_basic | @@ -2,14 +2,14 @@ package allied_creation_basic | ||
| 2 | 2 | ||
| 3 | //ReqGetDictionarysByCode 根据code获取字典数据 | 3 | //ReqGetDictionarysByCode 根据code获取字典数据 |
| 4 | type ReqGetDictionaryByCode struct { | 4 | type ReqGetDictionaryByCode struct { |
| 5 | - DictCode []string `json:"dictCode"` | 5 | + DictCodes []string `json:"dictCodes"` |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | //DataGetDictionarysByCode 根据code获取字典数据 | 8 | //DataGetDictionarysByCode 根据code获取字典数据 |
| 9 | type DataGetDictionaryByCode struct { | 9 | type DataGetDictionaryByCode struct { |
| 10 | Dictionarys []struct { | 10 | Dictionarys []struct { |
| 11 | // 字典编号 主键 | 11 | // 字典编号 主键 |
| 12 | - DictionaryId int64 `json:"dictionaryId"` | 12 | + DictionaryId int64 `json:"dictionaryId,string"` |
| 13 | // 字典编码 | 13 | // 字典编码 |
| 14 | DictCode string `json:"dictCode"` | 14 | DictCode string `json:"dictCode"` |
| 15 | // 字典名称 | 15 | // 字典名称 |
-
请 注册 或 登录 后发表评论