|
@@ -198,7 +198,7 @@ class Pay extends Api
|
|
|
'amount' => $data['money'],
|
|
|
'amount' => 0.01,
|
|
|
'method' => 'app',
|
|
|
- 'notifyurl' => $this->request->root(true) . '/notify.php?paytype='.$pay_type,
|
|
|
+ 'notifyurl' => $this->request->root(true) . '/notify.php',
|
|
|
'returnurl' => '',
|
|
|
];
|
|
|
$res = Service::submitOrder($params);
|