|
@@ -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;
|