Files
yuyin-php/extend/BsPaySdk/config/MerConfig.php

21 lines
469 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
namespace BsPaySdk\config;
class MerConfig {
/**
* @var string 商户rsa私钥用来进行对斗拱接口调用的请求数据加签
*/
public $rsa_merch_private_key = "";
/**
* @var string 商户汇付rsa公钥用来进行对斗拱接口应答数据的验签以及部分请求数据非对称加密
*/
public $rsa_huifu_public_key = '';
public $product_id = '';
public $sys_id = '';
public $huifu_id = '';
}