xxxrrrdddd 3 years ago
parent
commit
819515800f
2 changed files with 1 additions and 5 deletions
  1. 1 0
      application/api/controller/MobileController.php
  2. 0 5
      application/extra/site.php

+ 1 - 0
application/api/controller/MobileController.php

@@ -219,6 +219,7 @@ class MobileController extends UserApi
     protected function pay(MobileOrder $mobileOrder,$data){
         $succ=[
             'pay_url'=>'',
+            'id'=>$mobileOrder['id'],
         ];
         $payment=Payment::create([
             'order_no'=>session_create_id(),

+ 0 - 5
application/extra/site.php

@@ -35,11 +35,6 @@ return array (
   'attachmentcategory' => 
   array (
   ),
-  'userApprove' => 
-  array (
-    'depart' => '部门',
-    'job' => '岗位',
-  ),
   'system_wxp_name' => '名称',
   'system_service_mobile' => '电话133',
   'system_wxp_qrcode' => 'https://www.huaxincem.com/theme/default/images/demo/weixin_hxzg.png',