|
@@ -11,6 +11,7 @@ use app\common\model\StoreGoods;
|
|
|
use app\common\model\User;
|
|
|
use app\common\model\UserWallet;
|
|
|
use app\common\service\Activity;
|
|
|
+use app\common\service\OrderCallback;
|
|
|
use app\common\service\PurchaseLogic;
|
|
|
use app\order\controller\StoreOrder;
|
|
|
use EasyWeChat\MiniProgram\Application;
|
|
@@ -31,11 +32,13 @@ class Qc extends Base {
|
|
|
|
|
|
public function index()
|
|
|
{
|
|
|
- $order_info = GoodsOrder::with('orderItem')->where('id',36)->find()->toArray();
|
|
|
- var_dump($order_info);
|
|
|
+ $order_info = GoodsOrder::with('orderItem')->where('id',1)->find();
|
|
|
+ OrderCallback::goodsOrderCallBack($order_info,1);// 支付完成后回调
|
|
|
}
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
public function index_match()
|
|
|
{
|
|
|
$password = "123456879_/";
|