Compare commits

..

No commits in common. "8951607f62a21a9185ccd3f30519a486947a7b48" and "6c84ba1a957412bfc32cfcd4a4de74c09583f7c1" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -93,9 +93,8 @@ class PayController extends PublicController
/**
* @description: 退款成功后 腾讯服务器的回调
*/
public function notifyCallback()
public function refundNotifyCallback()
{
$this->publish("demo", "hello");
$this->init(); // 初始化 pay类的参数
try {

View File

@ -3,7 +3,6 @@
namespace MpApi\Controller;
use Think\Controller;
use Firebase\JWT\JWT;
use Firebase\JWT\Key;