浏览代码

充值到账

lizhen_gitee 3 年之前
父节点
当前提交
714087b912
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      application/common/model/Paymentdo.php

+ 2 - 1
application/common/model/Paymentdo.php

@@ -1,11 +1,12 @@
 <?php
 namespace app\common\model;
+use think\Model;
 use think\Db;
 use app\common\model\Wallet;
 /*
  *处理支付结果 接受服务器和服务器之间的通知
  */
-class Paymentdo
+class Paymentdo extends Model
 {