php 在app中唤起微信app进行支付,并处理回调通知

Source

在这里插入图片描述

<?php

namespace app\api\controller;

use think\facade\Db;
use think\facade\Log;

class Wxzf
{