作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

个人中心接口设计

... ... @@ -59,7 +59,7 @@ class ToolsController extends RestBaseController
public function sendMessage($mobile,$content){
$mobile=17694933850;
$content='【达人组局】测试短信',
$content='【达人组局】测试短信';
$curl = curl_init();
$url='https://api.zhuanxinyun.com/api/v2/sendSms.json?appKey=1luqgyqudbfwkjp64ge7cg5v0fscenir&appSecret=813ff35dc46bfd193d44d85499e7273c3834&phones='.$mobile.'&content='.$content;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
... ...