|
|
@@ -34,8 +34,6 @@ class PayController extends BaseApiController
|
|
|
/**
|
|
|
* @notes 支付方式
|
|
|
* @return \think\response\Json
|
|
|
- * @author 段誉
|
|
|
- * @date 2023/2/24 17:54
|
|
|
*/
|
|
|
public function payWay()
|
|
|
{
|
|
|
@@ -51,8 +49,6 @@ class PayController extends BaseApiController
|
|
|
/**
|
|
|
* @notes 预支付
|
|
|
* @return \think\response\Json
|
|
|
- * @author 段誉
|
|
|
- * @date 2023/2/28 14:21
|
|
|
*/
|
|
|
public function prepay()
|
|
|
{
|
|
|
@@ -75,8 +71,6 @@ class PayController extends BaseApiController
|
|
|
/**
|
|
|
* @notes 获取支付状态
|
|
|
* @return \think\response\Json
|
|
|
- * @author 段誉
|
|
|
- * @date 2023/3/1 16:23
|
|
|
*/
|
|
|
public function payStatus()
|
|
|
{
|
|
|
@@ -96,8 +90,6 @@ class PayController extends BaseApiController
|
|
|
* @throws \EasyWeChat\Kernel\Exceptions\RuntimeException
|
|
|
* @throws \ReflectionException
|
|
|
* @throws \Throwable
|
|
|
- * @author 段誉
|
|
|
- * @date 2023/2/28 14:21
|
|
|
*/
|
|
|
public function notifyMnp()
|
|
|
{
|
|
|
@@ -112,8 +104,6 @@ class PayController extends BaseApiController
|
|
|
* @throws \EasyWeChat\Kernel\Exceptions\RuntimeException
|
|
|
* @throws \ReflectionException
|
|
|
* @throws \Throwable
|
|
|
- * @author 段誉
|
|
|
- * @date 2023/2/28 14:21
|
|
|
*/
|
|
|
public function notifyOa()
|
|
|
{
|
|
|
@@ -123,7 +113,6 @@ class PayController extends BaseApiController
|
|
|
/**
|
|
|
* @notes 支付宝回调
|
|
|
* @author mjf
|
|
|
- * @date 2024/3/18 16:50
|
|
|
*/
|
|
|
public function aliNotify()
|
|
|
{
|