Commit bc2e89db by guojx

Merge branch 'feature-2023-11-cloud' into 'developer'

渠道字典数据

See merge request !1555
parents b435672f 91ad61dc
......@@ -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