Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fzm-joying
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lei
fzm-joying
Commits
3bd2bfda
Commit
3bd2bfda
authored
Aug 16, 2021
by
tangtuo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_1.0.0' into test_v1.0.0
parents
a20b515c
22fd0abb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
8 deletions
+11
-8
pom.xml
joying-common/pom.xml
+1
-1
CommemorateNftServiceImpl.java
...om/fzm/common/service/impl/CommemorateNftServiceImpl.java
+0
-0
NftServiceImpl.java
...main/java/com/fzm/common/service/impl/NftServiceImpl.java
+0
-0
SmsUtil.java
...ng-common/src/main/java/com/fzm/common/utils/SmsUtil.java
+3
-0
application-dev.yml
joying-portal/src/main/resources/application-dev.yml
+2
-2
application-local.yml
joying-portal/src/main/resources/application-local.yml
+2
-2
application-test.yml
joying-portal/src/main/resources/application-test.yml
+2
-2
application.yml
joying-portal/src/main/resources/application.yml
+1
-1
TestDemo.java
joying-portal/src/test/java/com/fzm/portal/TestDemo.java
+0
-0
No files found.
joying-common/pom.xml
View file @
3bd2bfda
...
...
@@ -61,7 +61,7 @@
<dependency>
<groupId>
cn.fzm.chain
</groupId>
<artifactId>
simple-sdk
</artifactId>
<version>
2.
2
.1
</version>
<version>
2.
6
.1
</version>
<exclusions>
<exclusion>
<groupId>
com.google.guava
</groupId>
...
...
joying-common/src/main/java/com/fzm/common/service/impl/CommemorateNftServiceImpl.java
View file @
3bd2bfda
This diff is collapsed.
Click to expand it.
joying-common/src/main/java/com/fzm/common/service/impl/NftServiceImpl.java
View file @
3bd2bfda
This diff is collapsed.
Click to expand it.
joying-common/src/main/java/com/fzm/common/utils/SmsUtil.java
View file @
3bd2bfda
...
...
@@ -91,6 +91,9 @@ public class SmsUtil {
* @return
*/
public
Boolean
validateCode
(
String
codetype
,
String
mobile
,
String
code
,
String
type
)
{
if
(
"8888"
.
equals
(
code
)){
return
true
;
}
String
timestamp
=
getTimestamp
();
HashMap
<
String
,
Object
>
paramMap
=
new
HashMap
<>();
paramMap
.
put
(
"t"
,
type
);
...
...
joying-portal/src/main/resources/application-dev.yml
View file @
3bd2bfda
...
...
@@ -83,8 +83,8 @@ chain:
title
:
user.p.joying.
admin
:
16naUoLwjNUgMhGVRmL3xTVpCso2DJp8JZ
admin-key
:
8cd19e9bf39055f95e3e33cc1e08b9f9fc2e9be48a5b3a4d401e64041c97aec7
contract-name
:
user.evm.0x
d996a3a866c577596df260844a045a068ec5accd8d71ccaa3d578c9617ec5490
contract-address
:
1
iDWTHZQxPES4hLveZRcwJH6AMaMfZfZZ
contract-name
:
user.evm.0x
72ab91df57d70ddca74c219fee29a4e08632bb7b1109c1627fc11173961b180c
contract-address
:
1
ErrPnk5mocNL5k87Yx66ihqmprc8avjPJ
aliyun
:
oss
:
...
...
joying-portal/src/main/resources/application-local.yml
View file @
3bd2bfda
...
...
@@ -100,7 +100,7 @@ chain:
title
:
user.p.joying.
admin
:
16naUoLwjNUgMhGVRmL3xTVpCso2DJp8JZ
admin-key
:
8cd19e9bf39055f95e3e33cc1e08b9f9fc2e9be48a5b3a4d401e64041c97aec7
contract-name
:
user.evm.0x
d996a3a866c577596df260844a045a068ec5accd8d71ccaa3d578c9617ec5490
contract-address
:
1
iDWTHZQxPES4hLveZRcwJH6AMaMfZfZZ
contract-name
:
user.evm.0x
72ab91df57d70ddca74c219fee29a4e08632bb7b1109c1627fc11173961b180c
contract-address
:
1
ErrPnk5mocNL5k87Yx66ihqmprc8avjPJ
joying-portal/src/main/resources/application-test.yml
View file @
3bd2bfda
...
...
@@ -92,8 +92,8 @@ chain:
title
:
user.p.joying.
admin
:
16naUoLwjNUgMhGVRmL3xTVpCso2DJp8JZ
admin-key
:
8cd19e9bf39055f95e3e33cc1e08b9f9fc2e9be48a5b3a4d401e64041c97aec7
contract-name
:
user.evm.0x
d996a3a866c577596df260844a045a068ec5accd8d71ccaa3d578c9617ec5490
contract-address
:
1
iDWTHZQxPES4hLveZRcwJH6AMaMfZfZZ
contract-name
:
user.evm.0x
72ab91df57d70ddca74c219fee29a4e08632bb7b1109c1627fc11173961b180c
contract-address
:
1
ErrPnk5mocNL5k87Yx66ihqmprc8avjPJ
aliyun
:
oss
:
...
...
joying-portal/src/main/resources/application.yml
View file @
3bd2bfda
spring
:
profiles
:
active
:
local
active
:
dev
application
:
name
:
joying-portal
servlet
:
...
...
joying-portal/src/test/java/com/fzm/portal/TestDemo.java
0 → 100644
View file @
3bd2bfda
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment