正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -45,8 +45,9 @@ class WXBizDataCrypt | @@ -45,8 +45,9 @@ class WXBizDataCrypt | ||
45 | 45 | ||
46 | $dataObj=json_decode( $result ); | 46 | $dataObj=json_decode( $result ); |
47 | print_r($dataObj); | 47 | print_r($dataObj); |
48 | + print_r("======="); | ||
49 | + | ||
48 | print_r($this->appid); | 50 | print_r($this->appid); |
49 | - print_r(123123); | ||
50 | return; | 51 | return; |
51 | if( $dataObj == NULL ) | 52 | if( $dataObj == NULL ) |
52 | { | 53 | { |
-
请 注册 或 登录 后发表评论