bgprov/lugege

电子渠道SDK

v1.0 2021-04-25 01:31 UTC

This package is auto-updated.

Last update: 2024-04-25 08:19:32 UTC


README

基本使用(以服务端为例):

$defaultConfig =  [
            'http' => [
                'timeout' => 30,
                'base_uri' => 'http://app.10085.shop/'
            ],
            'pem'=>[
                'path'=>'xxxx\xxx\xxx',
                'file_name'=>'private.key'
            ],
            'user_id'=>1000,
        ];;

$app = Factory::make($config);
//可以只传['user_id'=>1001] 不传
$response = $app->sub_data->get(); 
 #check get_mobil get_pack
#返回collect 数组