e模板可以返回数据吗
2020-04-29 06:55:29
9745次阅读
1个回答
e模板可以返回数据作为给第三方提供数据的api吗
收藏 0

登录 后回答问题。没有帐号? 注册 一个。

    2020-04-29 06:57:43
    最佳答案

    可以的,考虑到安全性,需要使用post方式,不能使用get方式,参照如下:

    post方式获取数据 $.ajax({ url:'/es/ui/etemplate/show.do?templateId=17f4a41229064f9c9c82734fdcc2a317&action=data', type: 'post', dataType: 'json', success: ... });


共1条 1

todream

  • 0 回答
  • 0 粉丝
  • 0 关注