That is, when developing, the url header submitted by the ios side contains a token value. So how does PHP accept the token contained in the url header?
Reply content:First, check the name of the specific http header
var_dump($_SERVER);
$token = $_SERVER[$tokenName];