<?php
/**
* 新建接口 PHP接口源代码
*
* 接口说明:请在这里填写接口的功能说明
*
* 最后修改:
*
* @author dogstar www.yesapi.cn
*
* 来源:https://open.yesapi.cn/apicode/7023.html
*/
function ($params, $di) {
return '这是我要返回的内容';
return array('err_code' => 0, 'err_msg' => '这是我要返回的内容');
}
在线运行
新建接口 - 免费接口源码库
持续更新中…… 免费使用,一键生成你的API
+ 复制到我的接口(请先登录,支持在线开发API)
预览接口发布效果
查看开发教程