💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
#### 站内使用Ajax获取数据示例: ``` <script> $(document).ready(function (e) {   var url='/api.php/cmf/site';   $.ajax({     type: 'POST',     url: url,     dataType: 'json',     data: {       appid: '{shanke:appid}',       timestamp: '{shanke:timestamp}',       signature: '{shanke:signature}'      },     success: function (response, status) {       if(response.code){         //获取数据成功         alert(response.data.title);       }else{         //返回错误数据         alert(response.data);       }     },     error:function(xhr,status,error){       //返回数据异常       alert('返回数据异常!');     }   }); }); </script> ``` 此处使用了三个站内标签: {shanke:appid} 认证用户名 {shanke:timestamp} 时间戳 {shanke:signature} 认证签名