Commit 91ad61dc by guojx

渠道字典数据

parent 9dd83652
......@@ -114,6 +114,7 @@ public class DataController {
* @return
*/
@RequestMapping("list-channel-data")
@ResponseBody
public RestResponse listChannelData(String enterpriseId) {
Page<JSONObject> page = customSettingApiService
.page("tab_gic_channel_platform_dict", "", 1, 1000).getResult();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment