Ver código fonte

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

release_toaliyun_real
Stormeye Wu 7 anos atrás
pai
commit
cb161dfea5
1 arquivos alterados com 2 adições e 2 exclusões
  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 Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar