master
elf 2 years ago
parent f0a3e48b21
commit dcc12f380a

@ -45,7 +45,7 @@ class Api
'productName' => $body,
'fund' => $amount,
'merAcct' => Config::get('merchantCode'),
'bizType' => '网络游戏',
'bizType' => 'BIZ01104',
'productNumber' => 1,
]);
return self::getClient()->request($request);

@ -12,8 +12,10 @@ class Config
private static $params = [
'baseUrl' => 'https://www.sumapay.com',
'merchantCode' => '4610000027',
'secretKey' => 'yT6tyOw0R0QqCccnChQyd4YJKKkM5czM',
// 'merchantCode' => '4610000027',
// 'secretKey' => 'yT6tyOw0R0QqCccnChQyd4YJKKkM5czM',
'merchantCode' => '4610000028',
'secretKey' => 'K1qIjwsTlx3DrF5WERxTBXU4HJ6439tP',
'totalBizType' => 'BIZ01104',
];

Loading…
Cancel
Save