소스 검색

[二维码][修改]:默认提供无限二维码生成

release_toaliyun_real
Stormeye Wu 7 년 전
부모
커밋
cb161dfea5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      mallinkAdmin/src/main/java/com/iformall/controller/app/WxAppinfoController.java

+ 2
- 2
mallinkAdmin/src/main/java/com/iformall/controller/app/WxAppinfoController.java 파일 보기

@@ -119,11 +119,11 @@ public class WxAppinfoController extends BaseController {
String name = (String) params.get("name");
String pageUrl = (String) params.get("pageUrl");
String sceneParam = (String) params.get("sceneParam");
int type = 0;
int type = 1;
try {
type = (int) params.get("type");
} catch (Exception e) {
type = 0;
type = 1;
}

int withText = 0;


불러오는 중...
취소
저장