Merge pull request '优化' (#530) from feature/rebate_xlqy into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/530
master
廖金灵 3 years ago
commit dafb591cdb

@ -23,14 +23,14 @@ class XlqyClient
protected $client;
private $apis = [
'send-email' => ['uri' => '/emRebate', 'method' => 'post'],
'send-testing' => ['uri' => '/testingOrder', 'method' => 'post'],
'send-email' => ['uri' => '/apip/payWM450S00/emRebate', 'method' => 'post'],
'send-testing' => ['uri' => '/apip/payWM450S00/testingOrder', 'method' => 'post'],
];
public function __construct()
{
$this->client = new Client([
'base_uri' => 'http://xx2api.hnputihd.com/apip/payWM450S00',
'base_uri' => 'http://xx2api.hnputihd.com',
'timeout' => 10.0,
]);
}

Loading…
Cancel
Save