
微信相关
文章平均质量分 80
小程序码、小程序二维码、普通二维码
一位代码农的轨迹
专心、专注、自信、自强,坚持不懈,加油你是最棒的!
展开
-
微信小程序二维码
@Log("微信小程序二维码")@ApiOperation(value = "微信小程序二维码", notes = "微信小程序二维码", produces = "application/json")@GetMapping("generateQrCode")@ResponseBodypublic void generateQrCode(HttpServletResponse response,String ids) { try { String appid="wxae43..原创 2022-02-18 10:12:30 · 137 阅读 · 0 评论 -
普通二维码
@Log("公众号 ")@ApiOperation(value = "公众号", notes = "二维码", produces = "application/json")@GetMapping("getEwm")public void getEwm(HttpServletResponse response,String ids,String bh) throws Exception { if(ids!=null && ids!="undefined" && .原创 2022-02-18 10:15:07 · 1047 阅读 · 0 评论 -
微信小程序码
@Log("微信小程序码")@ApiOperation(value = "微信小程序码", notes = "微信小程序码", produces = "application/json")@GetMapping("generateQrCode1")@ResponseBodypublic void generateQrCode1(HttpServletResponse response,String ids) { try { //获取与微信对接的基础信息 St.原创 2022-02-18 10:13:41 · 174 阅读 · 0 评论 -
二维码简介
微信公共接口(token、ticket)package com.nanning.agriculture.trace.service.impl;import com.alibaba.fastjson.JSONException;import com.alibaba.fastjson.JSONObject;import com.nanning.agriculture.trace.controller.MyX509TrustManager;import com.nanning.agricult..原创 2022-02-18 10:18:10 · 270 阅读 · 0 评论