From ce60f76f6347174fa510ac6be05daa87e821fd66 Mon Sep 17 00:00:00 2001
From: 涂煌豪 <tuhuanghao@prec-tech.com>
Date: 星期二, 24 五月 2022 13:23:54 +0800
Subject: [PATCH] 客户人员更新逻辑修改

---
 force-app/main/default/classes/QISPDFControllerTest.cls |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/QISPDFControllerTest.cls b/force-app/main/default/classes/QISPDFControllerTest.cls
index 3bd1442..49a9357 100644
--- a/force-app/main/default/classes/QISPDFControllerTest.cls
+++ b/force-app/main/default/classes/QISPDFControllerTest.cls
@@ -38,4 +38,9 @@
         QISPDFController controller = new QISPDFController();
         controller.init();
     }
+    
+    static testMethod void Test1(){
+        QISPDFController.getImageByUrl('https://ocsm--stagefull--c.documentforce.com/servlet/rtaImage?eid=a0f1000000cS7qH&refid=0EM10000002WIgq');
+        QISPDFController.getImageByUrl('https://ocsm--stagefull--c.documentforce.com/servlet/rtaImage?eid=a0f1000000cS7qH&feoid=00N10000006P4rz');
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1