|
@@ -4,6 +4,7 @@ $method = safeCheck($_REQUEST['method'],0);
|
|
|
$api = New API($method);//参数1是接口编号,每个API应不一样
|
|
$api = New API($method);//参数1是接口编号,每个API应不一样
|
|
|
$sign = safeCheck($_REQUEST['sign'], 0);//校验码
|
|
$sign = safeCheck($_REQUEST['sign'], 0);//校验码
|
|
|
if(isset($_REQUEST["source"]))
|
|
if(isset($_REQUEST["source"]))
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
$source = safeCheck($_REQUEST['source'],0);//来源
|
|
$source = safeCheck($_REQUEST['source'],0);//来源
|
|
|
}
|
|
}
|