Commit fd79378c by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents c0ac5a17 48965292
......@@ -6,7 +6,7 @@ public enum FeeTypeEnum {
// ACCOUNT_BALANCE(7, "服务市场和供销平台购买明细"),
SMS_PACKAGE(4, "短信套餐包明细(余额支付)"),
SMS(3, "国内短信消费明细"),
INTERNATIONAL_SMS(8, "海外短信消费明细"),
INTERNATIONAL_SMS(8, "国际短信消费明细"),
// VOICE_CODE(2, "语音验证码消费明细"),
// DOUBLE_CALLING(6, "双向呼叫消费明细"),
// RECORDING_STORAGE(5, "录音存储消费明细"),
......
......@@ -357,7 +357,7 @@ public class QrcodeController {
}
private byte[] createAppletQrcode(String appkey, String path){
ServiceResponse<Map<String, Object>> wxaQrcode = this.weixinWxaFunService.createWxaQrcode(appkey, path, 1280);
ServiceResponse<Map<String, Object>> wxaQrcode = this.weixinWxaFunService.getWxaCodeUnlimit(appkey, path, "31");
if(wxaQrcode.isSuccess()){
Map<String, Object> result = wxaQrcode.getResult();
return (byte[]) result.get("content");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment