This commit is contained in:
2019-08-15 10:45:28 +08:00
parent 830ef4c5b5
commit c656ba349e
4 changed files with 40 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ import java.util.Map;
@RestService(name = "dict", automapping = true, comment = "字典服务")
public class DictService extends BaseService {
@RestMapping(name = "list")
@RestMapping(name = "list", comment = "根据type 加载对应的字典列表")
public JBean list(@RestParam(name = "platToken") String token, String type) {
JBean jBean = new JBean();
DictKit dictKit = DictKit.use(token);