|
@@ -3,11 +3,18 @@ namespace Shop\Lib;
|
|
|
use Dever;
|
|
|
header("Content-Type:text/html;charset=utf-8");
|
|
|
Class Sign {
|
|
|
+ /*
|
|
|
static $key = "udik876ehjde32dU61edsxsf";
|
|
|
static $accesser_id = 'zsma';
|
|
|
+ private $url = 'https://selfapply-test.chinaums.com/self-contract-nmrs/interface/autoReg/';
|
|
|
+ */
|
|
|
+ static $key = "o5ho739mgrphdm28g5rwx1nw";
|
|
|
+ static $accesser_id = '2d9081bd7db8ad75017dbbe68981314f';
|
|
|
+ private $url = 'https://yinshangpai.chinaums.com/self-contract-nmrs/interface/autoReg/';
|
|
|
+
|
|
|
static $sign_type = 'SHA-256';
|
|
|
private $test = 2;
|
|
|
- private $url = 'https://selfapply-test.chinaums.com/self-contract-nmrs/interface/autoReg/';
|
|
|
+
|
|
|
//private $product_id = array('0','1','in1','in2','in3','in4');
|
|
|
private $product_id = array('0');
|
|
|
private $document_type = array
|