xiongzhu 4 lat temu
rodzic
commit
f2b2eb9457

+ 6 - 6
src/main/resources/application.yaml

@@ -217,12 +217,12 @@ general:
   contract-name: raex
   contract-name: raex
 mychain:
 mychain:
   rest:
   rest:
-    bizid: BDCUECOE
+    bizid: a00e36c5
     cipher-suit: ec
     cipher-suit: ec
     rest-url: https://rest.baas.alipay.com
     rest-url: https://rest.baas.alipay.com
     access-id: 1KKUWLPoBDCUECOE
     access-id: 1KKUWLPoBDCUECOE
     access-secret: access2.key
     access-secret: access2.key
-    tenantid: HEHBGVZM
+    tenantid: BDCUECOE
     read-file-from-ext: false
     read-file-from-ext: false
     account: raex_official
     account: raex_official
     kmsId: W0A6XaE5BDCUECOE1638182878495
     kmsId: W0A6XaE5BDCUECOE1638182878495
@@ -295,12 +295,12 @@ general:
   contract-name: raex
   contract-name: raex
 mychain:
 mychain:
   rest:
   rest:
-    bizid: BDCUECOE
+    bizid: a00e36c5
     cipher-suit: ec
     cipher-suit: ec
     rest-url: https://rest.baas.alipay.com
     rest-url: https://rest.baas.alipay.com
     access-id: 1KKUWLPoBDCUECOE
     access-id: 1KKUWLPoBDCUECOE
     access-secret: access2.key
     access-secret: access2.key
-    tenantid: HEHBGVZM
+    tenantid: BDCUECOE
     read-file-from-ext: false
     read-file-from-ext: false
     account: raex_official
     account: raex_official
     kmsId: W0A6XaE5BDCUECOE1638182878495
     kmsId: W0A6XaE5BDCUECOE1638182878495
@@ -374,12 +374,12 @@ general:
   contract-name: raex
   contract-name: raex
 mychain:
 mychain:
   rest:
   rest:
-    bizid: BDCUECOE
+    bizid: a00e36c5
     cipher-suit: ec
     cipher-suit: ec
     rest-url: https://rest.baas.alipay.com
     rest-url: https://rest.baas.alipay.com
     access-id: 1KKUWLPoBDCUECOE
     access-id: 1KKUWLPoBDCUECOE
     access-secret: access2.key
     access-secret: access2.key
-    tenantid: HEHBGVZM
+    tenantid: BDCUECOE
     read-file-from-ext: false
     read-file-from-ext: false
     account: raex_official
     account: raex_official
     kmsId: W0A6XaE5BDCUECOE1638182878495
     kmsId: W0A6XaE5BDCUECOE1638182878495

+ 2 - 2
src/test/java/com/izouma/nineth/service/NFTServiceTest.java

@@ -19,8 +19,8 @@ public class NFTServiceTest extends ApplicationTests {
 
 
     @Test
     @Test
     public void createToken() throws Exception {
     public void createToken() throws Exception {
-        for (int i = 0; i < 100; i++) {
-            nftService.createToken("nine-space-official");
+        for (int i = 0; i < 10; i++) {
+            nftService.createToken("raex_official");
         }
         }
     }
     }