feat/task1-c-wallet
gongfuxiang 2018-10-23 02:04:21 +08:00
parent 94ec967c2e
commit 7c34d5815b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class AlipayLife
$this->xml_data = isset($params['biz_content']) ? $this->xmlToArray($params['biz_content']) : '';
//$this->xml_data = json_decode(json_encode((array) simplexml_load_string($params['biz_content'])), true);
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($this->xml_data, true).";\n\r?>");
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params['biz_content'], true).";\n\r?>");
$this->life_data = isset($this->xml_data['AppId']) ? AlipayLifeService::AppidLifeRow(['appid'=>$this->xml_data['AppId']]) : '';
// 当前生活号是否存在