songxingwei il y a 3 ans
Parent
commit
38d3f78102
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      application/common/model/User.php

+ 3 - 3
application/common/model/User.php

@@ -1170,9 +1170,9 @@ class User Extends Model
      * 订单支付加班费
      */
     public static function overtimePayOrder($user_id,$order_no,$pay_type){
-        if ($pay_type=='weixin'){
-            return Common::return_error('暂时无法使用微信支付');
-        }
+//        if ($pay_type=='weixin'){
+//            return Common::return_error('暂时无法使用微信支付');
+//        }
         $order = Order::where('order_no', $order_no)->where('user_id', $user_id)->find();
         if (!$order)
             return Common::return_error('订单不存在');