Compare commits
2 Commits
6c84ba1a95
...
8951607f62
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8951607f62 | ||
![]() |
fa1ea54bad |
@ -93,8 +93,9 @@ class PayController extends PublicController
|
|||||||
/**
|
/**
|
||||||
* @description: 退款成功后 腾讯服务器的回调
|
* @description: 退款成功后 腾讯服务器的回调
|
||||||
*/
|
*/
|
||||||
public function refundNotifyCallback()
|
public function notifyCallback()
|
||||||
{
|
{
|
||||||
|
$this->publish("demo", "hello");
|
||||||
$this->init(); // 初始化 pay类的参数
|
$this->init(); // 初始化 pay类的参数
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
namespace MpApi\Controller;
|
namespace MpApi\Controller;
|
||||||
|
|
||||||
use Think\Controller;
|
use Think\Controller;
|
||||||
|
|
||||||
use Firebase\JWT\JWT;
|
use Firebase\JWT\JWT;
|
||||||
use Firebase\JWT\Key;
|
use Firebase\JWT\Key;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user