This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[二维码][修改]:游戏二维码修复
release_toaliyun_real
Stormeye Wu
7 years ago
parent
a3b226d8ff
commit
99cb41d265
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/java/com/iformall/domain/po/WxGame.java
+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxGame.java
View File
@@ -262,7 +262,7 @@ public class WxGame implements Serializable {
public String getWeappScene() {
if(id == null)
return "";
return "t:gm"+id;
return "t:gm
:
"+id;
}
public void setGameTemplate(WxGameTemplate gameTemplate) {
Write
Preview
Loading…
Cancel
Save