zxiansheng 4 vuotta sitten
vanhempi
commit
c9bf659d69

+ 0 - 1
common/helpers/http/LingYunGongApi.php

@@ -143,7 +143,6 @@ class LingYunGongApi {
         $host = \Yii::$app->params['http']['lingYunGongApi']['host'];
         $authTokenPath = \Yii::$app->params['http']['lingYunGongApi']['hasIdCardInfoPath'];
         $requestUrl = $host . sprintf($authTokenPath, $idCard);
-
         $response = self::get($requestUrl, [], [
             'Authorization' => sprintf('Bearer %s', $token)
         ]);

+ 1 - 1
frontendEle/src/views/finance/withdraw-add.vue

@@ -98,7 +98,7 @@
     },
     methods: {
       init() {
-        this.idCardInfoQrCodeUrl = CDN_IMG_URL + "img_data/idCardInfo.png"
+        this.idCardInfoQrCodeUrl = CDN_IMG_URL + "idCardInfo.png"
       },
       chkAgree() {
         if (this.isPact === '0') return true