Browse Source

充值到账

lizhen_gitee 3 years ago
parent
commit
714087b912
1 changed files with 2 additions and 1 deletions
  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
 {