wugg 1 year ago
parent
commit
c15fb2a0f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      extend/TaxInvoice.php

+ 2 - 2
extend/TaxInvoice.php

@@ -106,8 +106,8 @@ class TaxInvoice {
     protected $entCode;//企业税号
     protected $zipCode;//压缩标识
     protected $encryptCode;//加密标识 0 base64 1 3DES
-//    protected $domain='https://openapi.ele-cloud.com';//正式域名
-    protected $domain='https://sandbox.ele-cloud.com';//测试域名
+    protected $domain='https://openapi.ele-cloud.com';//正式域名
+   # protected $domain='https://sandbox.ele-cloud.com';//测试域名
     public function __construct(string $appKey,string $appSecret,string $entCode='',$zipCode=0,$encryptCode=0){
         $this->appKey=$appKey;
         $this->appSecret=$appSecret;