dever 3 years ago
parent
commit
955af7cbbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/lib/Order.php

+ 1 - 1
service/agent/lib/Order.php

@@ -412,7 +412,6 @@ class Order
                 array
                 (
                     array('身份证号码', $info['idcard']),
-                    array('身份证照片', $idcard_pic),
                 ),
             ),
         );
@@ -429,6 +428,7 @@ class Order
 
         $result['账号信息']['content'][] = array
         (
+            array('身份证照片', $idcard_pic),
             array('代理商签名', $sign_pic),
         );