1.在后端配置号对应的接口


public function token(){
    $param = input();
    return $param["echostr"];
}