| | |
| | | "1000001"=>"3a03c2e6f2f911e8b9245254009bf9ba", |
| | | "1000002"=>"466a50d8f2f911e8b9245254009bf9ba", |
| | | "1000003"=>"53cfae5df2f911e8b9245254009bf9ba", |
| | | |
| | | ); |
| | | |
| | | |
| | |
| | | $retData = array(); |
| | | $sysKey = $systemId[substr($param["id"],0,7)]; |
| | | if ($sysKey == null){ |
| | | $rspData["rspMsg"] = "e00001"; |
| | | $retData["rspCode"] = "e00001"; |
| | | } else { |
| | | if (checkSign($param,$sysKey)){ |
| | | $rspData["rspMsg"] = "e00001"; |
| | | $retData["rspCode"] = "e00000"; |
| | | |
| | | $retData["repData"] = json_decode($param["data"],true); |
| | | } else { |
| | | $rspData["rspMsg"] = "e00001"; |
| | | $retData["rspCode"] = "e00002"; |
| | | } |
| | | } |
| | |
| | | ); |
| | | $context = stream_context_create($options); |
| | | $result = file_get_contents($url, false, $context); |
| | | |
| | | return $result; |
| | | } |