Przeglądaj źródła

[微信开发平台][修改]:小程序查询

release_toaliyun_real
Stormeye Wu 7 lat temu
rodzic
commit
d398f3219c
2 zmienionych plików z 4 dodań i 1 usunięć
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml
  2. +1
    -1
      mallinkWechatOpen/src/main/java/com/iformall/controller/WxWeappInfoController.java

+ 3
- 0
mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml Wyświetl plik

@@ -102,6 +102,9 @@
<if test=" null != id ">
and ai.`id` = #{id}
</if>
<if test=" null != name ">
and ai.`name` like concat('%', #{name},'%')
</if>
<if test=" null != authorizerAppid ">
and ai.`authorizer_appid` = #{authorizerAppid}
</if>


+ 1
- 1
mallinkWechatOpen/src/main/java/com/iformall/controller/WxWeappInfoController.java Wyświetl plik

@@ -72,7 +72,7 @@ public class WxWeappInfoController extends BaseController {
private WxTemplateMsgService templateMsgService;


@ApiOperation("分页列表接口")
@ApiOperation(value = "分页列表接口", notes = "查询支持小程序类型,名称,appid,version")
@GetMapping("list")
@ApiImplicitParams({
@ApiImplicitParam(name = "pageNum", value = "页数", dataType = "int", paramType = "query", required = true),


Ładowanie…
Anuluj
Zapisz