|
|
@@ -34,7 +34,7 @@ use think\facade\Log;
|
|
|
class DouYinController extends BaseApiController
|
|
|
{
|
|
|
|
|
|
- public array $notNeedLogin = ['testNotify','getClientToken','getOpenid','register','account','goodsNotify','getAllGoods','getGoodsDetail','submitOrderNotify','payNotify','payTailNotify'];
|
|
|
+ public array $notNeedLogin = ['testNotify','getClientToken','getOpenid','register','account','goodsNotify','getAllGoods','getGoodsDetail','submitOrderNotify','payNotify','payTailNotify','refundPassNotify'];
|
|
|
public function testNotify()
|
|
|
{
|
|
|
try {
|
|
|
@@ -385,7 +385,7 @@ class DouYinController extends BaseApiController
|
|
|
{
|
|
|
try {
|
|
|
$params = $this->request->post();
|
|
|
- Log::info('refundNotify:'.formatLogData($params));
|
|
|
+ Log::info('refundPassNotify:'.formatLogData($params));
|
|
|
$msg = is_array($params['msg'])?$params['msg']:json_decode($params['msg'],true);
|
|
|
if(DouYinService::refundPassNotify($msg)){
|
|
|
return json(["err_no"=>0,"err_tips"=>"success"], 200);
|