.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user