master
ljl 1 year ago
parent 6c85178b3c
commit b8d025dcd3

@ -45,7 +45,7 @@ class MineCommand extends HyperfCommand
public function handle(): void public function handle(): void
{ {
$this->transferPay(); $this->getRequestData();
return; return;
// $this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_register', $this->getApp(), ['userId' => '30684']); // $this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_register', $this->getApp(), ['userId' => '30684']);
$this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_bind_card', $this->getApp(), ['userId' => '23121', 'bindCardFlag' => true]); $this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_bind_card', $this->getApp(), ['userId' => '23121', 'bindCardFlag' => true]);
@ -100,7 +100,7 @@ class MineCommand extends HyperfCommand
protected function getRequestData() { protected function getRequestData() {
$app = $this->getApp(); $app = $this->getApp();
$data = json_encode([ $data = json_encode([
'userId' => 'ELF1991' 'userId' => 'CWX1989'
]); ]);
$params = [ $params = [
'app_id' => $app->app_id, 'app_id' => $app->app_id,

Loading…
Cancel
Save