feat : pay
This commit is contained in:
20
app/Service/Common/Pay/Wx/WxJsRechargeOrderService.php
Normal file
20
app/Service/Common/Pay/Wx/WxJsRechargeOrderService.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service\Common\Pay\Wx;
|
||||
|
||||
use function Hyperf\Config\config;
|
||||
|
||||
class WxJsRechargeOrderService extends WxJsRechargeBaseService
|
||||
{
|
||||
|
||||
public function callBackHandle()
|
||||
{
|
||||
// TODO: Implement callBackHandle() method.
|
||||
}
|
||||
|
||||
public function setNotify()
|
||||
{
|
||||
//返回的回调地址
|
||||
$this->config['wechat']['default']['notify_url'] = config('system.api_url').'/common/wxPay/order/js/callBack';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user