SkillAgentSearch skills...

Phpsdk

payjs php sdk

Install / Use

/learn @payjs-cn/Phpsdk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

本文件为PAYJS官方PHP版本SDK,单文件引用

使用方法:

<?php
include("payjs.class.php");

$mchid = '123456';
$key = 'xxxxxx';

$data = [
    "mchid" => $mchid,
    "total_fee" => 1,
    "out_trade_no" => '123123123',
];

$payjs = new Payjs();
$result = $payjs->native($data);

print_r($result);

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated4y ago
Forks4

Languages

PHP

Security Score

50/100

Audited on Feb 23, 2022

No findings