接口说明:
请在这里填写接口的功能说明
接口源代码PHP:
<?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' => '这是我要返回的内容');
}
在线运行
