shish 2 years ago
parent
commit
8c1cf40213
1 changed files with 0 additions and 2 deletions
  1. 0 2
      common/components/wxUtil.php

+ 0 - 2
common/components/wxUtil.php

@@ -1591,8 +1591,6 @@ class wxUtil
         $url = "https://api.weixin.qq.com/wxa/security/applysetorderpathinfo?component_access_token={$accessToken}";
         $curl = new curl\Curl();
         $appId = $merchant['miniAppId'] ?? '';
-        print_r($merchant);
-        echo $appId;die;
         $data = [
             "batch_req" => [
                 "appid_list" => [$appId],