mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 04:49:33 +08:00
debug
This commit is contained in:
parent
97d452cb7a
commit
8d0736f168
@ -33,9 +33,10 @@ class AlipayLife
|
||||
*/
|
||||
public function __construct($params = [])
|
||||
{
|
||||
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params, true).";\n\r?>");
|
||||
$this->params = $params;
|
||||
$this->xml_data = isset($params['biz_content']) ? $this->xmlToArray($params['biz_content']) : '';
|
||||
|
||||
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($this->xml_data, true).";\n\r?>");
|
||||
$this->life_data = isset($this->xml_data['AppId']) ? AlipayLifeService::AppidLifeRow(['appid'=>$this->xml_data['AppId']]) : '';
|
||||
|
||||
// 当前生活号是否存在
|
||||
|
Loading…
Reference in New Issue
Block a user