Update
parent
8b49e0d263
commit
dcf945f0d3
|
|
@ -14,7 +14,7 @@ use Throwable;
|
||||||
class WeChatPayController extends Controller
|
class WeChatPayController extends Controller
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* 直接结果通知
|
* 支付结果通知
|
||||||
*
|
*
|
||||||
* @param \App\Services\WeChatPayService $weChatPayService
|
* @param \App\Services\WeChatPayService $weChatPayService
|
||||||
* @return \Illuminate\Http\Response
|
* @return \Illuminate\Http\Response
|
||||||
|
|
|
||||||
|
|
@ -697,7 +697,7 @@ class OrderService
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* 支付成功
|
* 支付成功
|
||||||
*
|
*
|
||||||
* @param string $sn
|
* @param string $sn
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue