|
@@ -61,7 +61,8 @@ class SanJinService extends BaseService
|
|
|
// 获取异步的通知地址
|
|
// 获取异步的通知地址
|
|
|
public static function getNotifyUrl()
|
|
public static function getNotifyUrl()
|
|
|
{
|
|
{
|
|
|
- return 'https://botpc28.testx2.cc/api/pay/harvest';
|
|
|
|
|
|
|
+ $host = config('app.url');
|
|
|
|
|
+ return $host.'/api/pay/harvest';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|