Skip to content

Instantly share code, notes, and snippets.

<?php
class Payjs
{
private $url = 'https://payjs.cn/api/native';
private $key = ''; // 填写通信密钥
private $mchid = ''; // 特写商户号
public function __construct($data=null) {
$this->data = $data;
}