Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
451f9bf6f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/admin/controller/Goodorder.php

+ 1 - 0
application/admin/controller/Goodorder.php

@@ -109,6 +109,7 @@ class Goodorder extends Backend
                 if($result['return_code']=='FAIL'){
                     $this->error($result['return_msg'],'index');
                 }
+                print_r($result);die;
 
 
                 $this->model->save(['status'=>7],['id'=>$ids]);