Compare commits
No commits in common. "8951607f62a21a9185ccd3f30519a486947a7b48" and "6c84ba1a957412bfc32cfcd4a4de74c09583f7c1" have entirely different histories.
8951607f62
...
6c84ba1a95
@ -93,9 +93,8 @@ class PayController extends PublicController
|
|||||||
/**
|
/**
|
||||||
* @description: 退款成功后 腾讯服务器的回调
|
* @description: 退款成功后 腾讯服务器的回调
|
||||||
*/
|
*/
|
||||||
public function notifyCallback()
|
public function refundNotifyCallback()
|
||||||
{
|
{
|
||||||
$this->publish("demo", "hello");
|
|
||||||
$this->init(); // 初始化 pay类的参数
|
$this->init(); // 初始化 pay类的参数
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
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